I will read an excel file with python :
import pandas as pd
df = pd.read_excel('fichier.xlsx')
print (df.head())
I have this error : BadZipFile: File is not a zip file
Anyone can help me plz
I will read an excel file with python :
import pandas as pd
df = pd.read_excel('fichier.xlsx')
print (df.head())
I have this error : BadZipFile: File is not a zip file
Anyone can help me plz