-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
assert_almost_equal fails with KeyError on non-integer column names #10013
New issue
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
Comments
This is not in the spec to work at all, and may accidently work. use |
Thank you for the quick feedback! Just a few things:
|
@dhj-io these are internal functions that we use for testing, no spec per se. you should use |
@dhj-io See also the issue at #9895 on providing some of the testing functions in a public And if you want to know the exact behaviour of |
Top of the trace stack is:
I am sure this used to work without any problem, because I have unit tests that depend on it.
I tried uninstalling and re-installing pandas and the bug is still present.
I couldn't find a similar bug searching for get_item, assert_almost_equal or hashtable.
The text was updated successfully, but these errors were encountered: