pypsa-meets-earth/documentation

Network validation notebook needs fixes

Open

#77 opened on Jan 18, 2024

 (0 comments) (0 reactions) (0 assignees)Jupyter Notebook (118 forks)auto 404
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.

Contributor guide