We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 576eb67 commit 66f699cCopy full SHA for 66f699c
PySpatialAnalysis_StreamlitApp.py
@@ -374,7 +374,7 @@
374
375
# Move the 'Label #' column to the beginning of the DataFrame
376
cols = list(renamed_dataframe.columns)
377
- cols.pop(cols.index('Nucelus #'))
+ cols.pop(cols.index('Label #'))
378
renamed_dataframe = renamed_dataframe[['Label #'] + cols]
379
380
# Convert the 'Orientation' column from radians to degrees and shift by 90 degrees using the "apply" method
0 commit comments