We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df01f01 commit ad654c5Copy full SHA for ad654c5
content/visualisation/maps.qmd
@@ -163,7 +163,7 @@ dans la variable
163
#| label: download-read-comptages
164
165
# 1. Chargement de "comptages"
166
-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')
167
#comptages.head()
168
```
169
0 commit comments