pypsa-meets-earth / documentation

Contains hackathon material, jupyter notebook visualizations and images
GNU General Public License v3.0
14 stars 68 forks source link

Network validation notebook needs fixes #77

Open ekatef opened 6 months ago

ekatef commented 6 months ago

Due to changes in pandas API, we need to change from pandas.io.json import json_normalize to from pandas import json_normalize in network_validation notebook. Thanks a lot to @ Mian Yu for reporting it.