Aidez-moi à résoudre ce problème s'il vous plait

There isn’t much we can do with just an image.

https://www.google.com/search?q=pandas.read_csv+unicodedecodeerror
https://pandas.pydata.org/docs/reference/api/pandas.read_csv.html

I’m trying to upload the document named “Population2014_2015” with the formula :
import pandas

data = pandas.read_csv(“Population2014_2015.csv”,sep=’;’,index_col=“departement/region”)
It’s my first time trying pandas and I’m really lost…

This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.