mirror of
https://forge.chapril.org/tykayn/wololo
synced 2025-06-20 01:34:42 +02:00
add filter by date, and RNB conversion
This commit is contained in:
parent
97f818a29e
commit
11c272c582
8 changed files with 100 additions and 3 deletions
|
@ -5,7 +5,7 @@ import plotly.graph_objects as go
|
|||
import io
|
||||
|
||||
# Chargement du fichier JSON
|
||||
with open('/home/poule/encrypted/stockage-syncable/www/development/html/mapping-geojson-osm/etalab_data/irve_bornes_recharge/latest.csv', 'r') as file:
|
||||
with open('/home/poule/encrypted/stockage-syncable/www/development/html/wololo/etalab_data/irve_bornes_recharge/latest.csv', 'r') as file:
|
||||
data = pd.read_csv(file)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue