I am exploring the Jupiter notebook for Python. While calling this method "Access OutbreakLocation data" I get this exception in Python 3.6: getting AttributeError: module 'pandas' has no attribute 'json_normalize'
Any ideas how can we fix this issue?
Make sure to update to Pandas 1.0.3. Pandas prior to version 1 doesn't have json_normalize.
I too had this error, the solution is load pandas of the following way:
from pandas.io.json import json_normalize
This is due to version change of the pandas library.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With