Open xni88 opened 3 years ago
When I tried the following:
fs.identify_missing(missing_threshold = 0.6)
I got the error. My data is all numerical, I am not sure why I got this error? AttributeError: 'str' object has no attribute 'shape'
Instead of going with numerical data, go with data contained in the data frame. plz let me know if it works otherwise will check out the code.
When I tried the following:
fs.identify_missing(missing_threshold = 0.6)
I got the error. My data is all numerical, I am not sure why I got this error? AttributeError: 'str' object has no attribute 'shape'