machine_learning_examples icon indicating copy to clipboard operation
machine_learning_examples copied to clipboard

Convert blank rows to empty string

Open jenniferplusplus opened this issue 5 years ago • 0 comments

Some of the rows in the dataset are empty and pandas imports these as NaN. This converts the NaN values to empty string so that fit_transform doesn't choke on them.

jenniferplusplus avatar Apr 28 '19 05:04 jenniferplusplus