-
-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support multiple subscript operator in proxified PyObjects. #101
Comments
Not really. For example this: p['a', 'b'] is functionally equivalent to p['b']
There are cases where using |
In case you haven't seen my profile, I am currently living on social welfare because an ex-employer is extorting me with the help of the French police and the French judiciary over a series of false judicial proceedings, including some very serious allegations, in order to cover up his intimate personal problem. In order to further intimidate me, people are simultaneously posting on my projects. Yours is one, it is posted simultaneously with a StackOverflow issue with similar content. You don't happen to know anything about this affair? |
Got it. Thanks for clarifying.
I'm sorry, I don't know what you are talking about. I hope you stay well. |
The following way to use multiple values below work:
Is possible to support something without relying in manual calling the .item() ?
This works:
This is wrong (since should be a Series, and not a float value):
This does not work:
The text was updated successfully, but these errors were encountered: