Skip to content

Commit

Permalink
CQuick fix gzip csv
Browse files Browse the repository at this point in the history
  • Loading branch information
linogaliana committed Oct 10, 2023
1 parent df01f01 commit ad654c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/visualisation/maps.qmd
Expand Up @@ -163,7 +163,7 @@ dans la variable
#| label: download-read-comptages
# 1. Chargement de "comptages"
comptages = pd.read_csv('https://minio.lab.sspcloud.fr/projet-formation/diffusion/python-datascientist/bike.csv', compression = 'gzip')
comptages = pd.read_csv('https://minio.lab.sspcloud.fr/projet-formation/diffusion/python-datascientist/bike.csv')
#comptages.head()
```

Expand Down

0 comments on commit ad654c5

Please sign in to comment.