Path: blob/master/Data.gouv.fr/Data.gouv.fr_Visualisation_carte_de_France_éducation.ipynb
2973 views
Kernel: Python 3
Data.gouv.fr - Visualisation de la carte de France des établissements éducatifs
Tags: #Data.gouv.fr
Author: Paul Gilbert
Last update: 2024-02-29 (Created: 2024-02-29)
Description: This notebook demonstrates how to extract schools information ("identifiant", "latitude" and "longitude" from Data.gouv.fr API and then visualize it on a map with plotly.express.
References:
Input
Import libraries
In [ ]:
Setup variables
url
: Link to data source in JSON.output_csv
: CSV output path.
In [ ]:
Model
Get data from 'data.education.gouv.fr'
In [ ]:
Visualize the schools on a map with plotly.express
In [ ]:
Output
Save DataFrame to csv
In [ ]: