thorodin103 commited on
Commit
a47cdaf
·
verified ·
1 Parent(s): 629327e

Upload static/index.html with huggingface_hub

Browse files
Files changed (1) hide show
  1. static/index.html +9 -7
static/index.html CHANGED
@@ -334,13 +334,15 @@
334
  };
335
 
336
  const ACTION_DESC = {
337
- 'remove_duplicates': 'Delete repeated rows',
338
- 'rename_columns': 'Convert to snake_case',
339
- 'fill_missing': 'Fill empty cells (mean)',
340
- 'fix_dtype': 'Fix wrong data types',
341
- 'remove_outliers': 'Remove extreme values',
342
- 'validate_schema': 'Check column names',
343
- 'finish': 'Submit cleaned dataset'
 
 
344
  };
345
 
346
  const COMPONENT_COLORS = {
 
334
  };
335
 
336
  const ACTION_DESC = {
337
+ 'remove_duplicates': 'Delete repeated rows',
338
+ 'rename_columns': 'Convert to snake_case',
339
+ 'fill_missing_mean': 'Fill cells with MEAN',
340
+ 'fill_missing_mode': 'Fill cells with MODE',
341
+ 'fill_missing_median': 'Fill cells with MEDIAN',
342
+ 'fix_dtype': 'Fix wrong data types',
343
+ 'remove_outliers': 'Remove extreme values',
344
+ 'validate_schema': 'Check column names',
345
+ 'finish': 'Submit cleaned dataset'
346
  };
347
 
348
  const COMPONENT_COLORS = {