add filter by date, and RNB conversion

This commit is contained in:
Tykayn 2025-03-13 11:51:47 +01:00 committed by tykayn
parent 97f818a29e
commit 11c272c582
8 changed files with 100 additions and 3 deletions

View file

@ -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)