Skip to content

Commit

Permalink
fix(clean): delete abundant print
Browse files Browse the repository at this point in the history
  • Loading branch information
qidanrui committed Feb 21, 2022
1 parent 1176ddd commit 0e072a8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion dataprep/clean/gui/clean_gui.py
Original file line number Diff line number Diff line change
Expand Up @@ -600,7 +600,6 @@ def cleanSingleCol() -> Any:
# df_cleaned = clean_function_dic[clean_func](
# index_df, column=selected_col
# )
print(df_cleaned)
elif clean_func == "clean_headers":
df_cleaned = clean_function_dic[clean_func](index_df, **selected_params)
# elif clean_func in "clean_headers" or clean_func in "clean_lat_long":
Expand Down

1 comment on commit 0e072a8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

DataPrep.EDA Benchmarks

Benchmark suite Current: 0e072a8 Previous: 1176ddd Ratio
dataprep/tests/benchmarks/eda.py::test_create_report 0.26613485986545904 iter/sec (stddev: 0.08934284487791957) 0.303998021350325 iter/sec (stddev: 0.052705302196025754) 1.14

This comment was automatically generated by workflow using github-action-benchmark.

Please sign in to comment.