We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a68b0db commit 0b00e54Copy full SHA for 0b00e54
ai_data_preprocessing_queue/Steps/regex_replacement.py
@@ -40,4 +40,4 @@ def _prepare_pre_processor_data(preprocessorData: str) -> pandas.DataFrame:
40
csv["sort"] = csv[2]
41
42
# sort
43
- return csv.sort_values("sort", inplace=False).drop("sort", "columns")
+ return csv.sort_values("sort", inplace=False).drop("sort", axis=1)
0 commit comments