feature-selector icon indicating copy to clipboard operation
feature-selector copied to clipboard

AttributeError: 'str' object has no attribute 'shape'

Open xni88 opened this issue 4 years ago • 1 comments

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'

xni88 avatar Feb 22 '21 19:02 xni88

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.

ayush714 avatar Apr 09 '21 03:04 ayush714