clean_data(): the function no longer takes params as an input. This has been replaced by other parameters that relates directly to the cleaning operations to be performed on the data. The list of arguments is documented in the function documentation.
In the current implementation, a call of clean_data() will look like this:
This PR contains the following changes:
clean_data()
: the function no longer takesparams
as an input. This has been replaced by other parameters that relates directly to the cleaning operations to be performed on the data. The list of arguments is documented in the function documentation. In the current implementation, a call ofclean_data()
will look like this: