Skip to content

Commit

Permalink
add code
Browse files Browse the repository at this point in the history
  • Loading branch information
jalencato committed Dec 13, 2024
1 parent c8e1818 commit 843c51a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ def apply(self, input_df: DataFrame) -> DataFrame:
processed_col_name,
self.label_column,
)
input_df = input_df.orderBy(COLUMN_ORDER_FLAG)
input_df = input_df.orderBy(COLUMN_ORDER_FLAG).drop(COLUMN_ORDER_FLAG)

# Labels that were missing and were assigned the value numLabels by the StringIndexer
# are converted to None
Expand Down

0 comments on commit 843c51a

Please sign in to comment.