NBprocessing icon indicating copy to clipboard operation
NBprocessing copied to clipboard

Pre-processing database using pre-written functions

Results 3 NBprocessing issues
Sort by recently updated
recently updated
newest added

Check that column exists in the dataset in the same way for all of the methods. Some times using a wrapper and sometimes using try-except.

invalid

Add an option to insert 2 datasets - train and test. fill_na_by_ratio(train, test=None, column_name) if test = None: - fill Na in the train set by the train col ratio....

enhancement