pypsa-meets-earth/documentation
Network validation notebook needs fixes
Open
#77 opened on Jan 18, 2024
buggood first issuehelp wanted
Repository metrics
- Stars
- (31 stars)
- PR merge metrics
- (PR metrics pending)
Description
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.