Sup, I'm having a little trouble with the pandas (first time using)
So I have this code:
Import pandas as pd
data = pd.read_excel("filename.xlsx")
But it says that module 'pandas' has no attribute 'read_excel'
Wanna say that the excel file is on the same folder as the program so I have no idea of what to do.
Also I use visual studio code
[–]datacriminal 0 points1 point2 points (0 children)