We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
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'
The text was updated successfully, but these errors were encountered:
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.
Sorry, something went wrong.
No branches or pull requests
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'
The text was updated successfully, but these errors were encountered: