AttributeError: 'NoneType' object has no attribute 'split' while trying clustering algorithm

Viewed 23

hot-encoded dataframe to fit clustering model. I am getting the attribute error.

AttributeError: 'NoneType' object has no attribute 'split'

Does anyone know what this is?

0 Answers
Related