0 Kommentare (0 Kommentare)0 Reaktionen (0 Reaktionen)0 zugewiesene Personen (0 zugewiesene Personen)Jupyter Notebook118 Forks (118 Forks)auto 404
buggood first issuehelp wanted
Repository-Metriken
- Stars
- 31 Sterne (31 Sterne)
- PR-Merge-Metriken
- PR-Metriken ausstehend (PR-Metriken ausstehend)
Beschreibung
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
- Research-Richtung
- Öffnen Sie das Notebook network validation.ipynb, suchen Sie die Import Anweisung für json normalize und ändern Sie sie von 'from pandas.io.json import json normalize' zu 'from pandas import json normalize'. Speichern Sie das Notebook und überprüfen Sie, ob die Änderung funktioniert.
- Tech Stack
- python
- Domain
- documentation
- Issue Type
- Fehler
- Voraussetzungen
- GitpandasJupyter Notebook