-
-
Notifications
You must be signed in to change notification settings - Fork 23
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
Depreciated from pandas.io.json import json_normalize #24
Comments
Faced the same error |
me too |
I wrote a fix for it and am trying to merge it to the main one. https://github.com/chaseelliottpatterson/streamlit-awesome-table |
Caused me issues today too. |
@STJS0 Thanks and it is working! |
Still facing the same issue , ImportError: cannot import name 'json_normalize' from 'pandas.io.json' |
Throws error when importing from pandas.io.json import json_normalize is depreciated and is now pandas.json_normalize
The text was updated successfully, but these errors were encountered: