-
-
Notifications
You must be signed in to change notification settings - Fork 18.5k
ERR: more helpful error message on invalid access with a timestamp-like #7211
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
I would like to take this but is there a link to a script where the original error message is being generated from ? |
see #7209 (comment) and comment above |
Hey Jeff, @jmp392 and I are taking a stab at this. We traced the error to a .pxi file and were able to edit what the raised exception stated to be more informative but .pxi files are listed in gitignore, this is our first PR, we assume these filetypes are in the gitignore for a reason, should we remove the .pxi from the gitignore and submit a PR? we do not see any other way to bypass this issue |
edit the .pxi.in as the .pxi are generated from these |
…ormative in this particular common error type
take |
This type of indexing is deprecated, not sure this is worth the trouble |
Agreed, closing |
related #7209
Might be a nicer error message (gist of this)
Hey you are trying to access a single element on AXIS 1, you can do it with a slice if you want, or use .loc to access the frame by row
The text was updated successfully, but these errors were encountered: