-
Notifications
You must be signed in to change notification settings - Fork 22
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
Bug - object has no attribute 'shape' #103
Comments
I can confirm this bug also when I try to get one value from DataFrame in this way:
During creating a reproducer, I've found out that the error occurs only when the content of a cell is string. So this works:
But this fails:
|
Also, could you please change the bug title to contain |
|
Yes, I have tried also, hope this get fixed soon. |
Thanks for the report. |
Brief Description
When the value of a key in a Series is of type dictionary, accessing the key in the following way raises an exception:
s['dictionary']
System Information
python 3.6
ubuntu 18.04LTS
Minimally Reproducible Code
when this works fine:
Error Messages
The text was updated successfully, but these errors were encountered: