diff --git a/buckaroo/dataflow/autocleaning.py b/buckaroo/dataflow/autocleaning.py index b44b6d69..d34a8fc3 100644 --- a/buckaroo/dataflow/autocleaning.py +++ b/buckaroo/dataflow/autocleaning.py @@ -195,13 +195,7 @@ def handle_ops_and_clean(self, df, cleaning_method, quick_command_args, existing self._setup_from_command_kls_list(cleaning_method) cleaning_operations, cleaning_sd = self._run_cleaning(df, cleaning_method) - print("quick_command_klasses2", self.quick_command_klasses) - - cleaning_operations.extend(quick_ops) - #merged_operations = merge_ops(merged_operations, quick_ops) - - merged_operations = merge_ops(existing_operations, cleaning_operations) cleaned_df = self._run_df_interpreter(df, merged_operations) diff --git a/js/components/DCFCell.tsx b/js/components/DCFCell.tsx index 1bd8ec25..943ee4fd 100644 --- a/js/components/DCFCell.tsx +++ b/js/components/DCFCell.tsx @@ -128,7 +128,7 @@ export function WidgetDCFCellExample() { show_commands: false, df_display: 'main', post_processing: '', - quick_command_args : {} + quick_command_args: {}, }); const bOptions: BuckarooOptions = { diff --git a/js/components/StatusBar.tsx b/js/components/StatusBar.tsx index f1d1f391..bcb2d9e2 100644 --- a/js/components/StatusBar.tsx +++ b/js/components/StatusBar.tsx @@ -150,9 +150,8 @@ export function StatusBar({ { field: 'columns', width: 75 }, ]; - //const extractQuickArg = (foo:Record