machine_learning_examples
machine_learning_examples copied to clipboard
Convert blank rows to empty string
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.