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? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Checks a pandas dataframe, containing only numeric data,
made me think that the function would crash or not check non-numeric data, but really it does does an __eq__ comparison instead of using tolerances.
__eq__
The text was updated successfully, but these errors were encountered:
No branches or pull requests
made me think that the function would crash or not check non-numeric data, but really it does does an
__eq__
comparison instead of using tolerances.The text was updated successfully, but these errors were encountered: