dabl.clean¶
- 
dabl.clean(X, type_hints=None, return_types=False, target_col=None, verbose=0)[source]¶ Public clean interface
- Parameters
 - type_hintsdict or None
 If dict, provide type information for columns. Keys are column names, values are types as provided by detect_types.
- return_typesbool, default=False
 Whether to return the inferred types
- target_colstring, int or None
 If not None specifies a target column in the data. Target columns are never dropped.
- verboseint, default=0
 Verbosity control.