0 commentaire (0 commentaire)0 réaction (0 réaction)0 personne assignée (0 personne assignée)Jupyter Notebook118 forks (118 forks)auto 404
buggood first issuehelp wanted
Métriques du dépôt
- Stars
- 31 étoiles (31 étoiles)
- Métriques de merge PR
- Métriques PR en attente (Métriques PR en attente)
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.
Guide contributeur
- Direction de recherche
- Ouvrez le notebook network validation.ipynb, localisez la déclaration d'importation pour json normalize et changez la de 'from pandas.io.json import json normalize' à 'from pandas import json normalize'. Enregistrez le notebook et vérifiez que la modification fonctionne.
- Stack technique
- python
- Domaine
- documentation
- Type d'issue
- Bug
- Prérequis
- GitpandasJupyter Notebook