-
-
Notifications
You must be signed in to change notification settings - Fork 143
BUG: Invalid index type "Tuple[slice, int]" for "_LocIndexerFrame"; #133
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
Loosely speaking I think
|
bashtage
pushed a commit
to bashtage/pandas-stubs
that referenced
this issue
Jul 13, 2022
Allow any scalar types in .loc to return a Series xref pandas-dev#133
bashtage
pushed a commit
to bashtage/pandas-stubs
that referenced
this issue
Jul 13, 2022
Allow any scalar types in .loc to return a Series xref pandas-dev#133
bashtage
pushed a commit
to bashtage/pandas-stubs
that referenced
this issue
Jul 15, 2022
Allow any scalar types in .loc to return a Series xref pandas-dev#133
Dr-Irv
pushed a commit
that referenced
this issue
Jul 15, 2022
* ENH: Improve DataFrame loc indexing Allow any scalar types in .loc to return a Series xref #133 * TST: Add check Co-authored-by: Kevin Sheppard <[email protected]>
closed in #138 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Standard loc operations fails
To Reproduce
Produces
Please complete the following information:
The text was updated successfully, but these errors were encountered: