-
-
Notifications
You must be signed in to change notification settings - Fork 18.1k
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: json_normalize generates TypeError: 'NoneType' object is not subscriptable
as metadata
object is not always present.
#37783
Comments
TypeError: 'NoneType' object is not subscriptable
as metadata
object is not always present.TypeError: 'NoneType' object is not subscriptable
as metadata
object is not always present.
did you find a workaround to this? Getting a similar error |
I copied PS. Updated parts:
|
encountering the exactly same issue here... thinking the |
How about the case when using
I got error: |
The example below always generate an error
TypeError: 'NoneType' object is not subscriptable
asmetadata
object is not always present.The
metadata
object is dynamic and nested, so I am concerned why it doesn't generate something like this:as I set
errors='ignore'
@WillAyd Could you please explain the best way to handle this?
Originally posted by @sann05 in #21830 (comment)
The text was updated successfully, but these errors were encountered: