this my excel file
data=pd.read_csv("C:/Users/HP/Documents/pythonHW/pythonData.csv")
and problem
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xde in position 126: invalid continuation byte
What is the problem
this my excel file
data=pd.read_csv("C:/Users/HP/Documents/pythonHW/pythonData.csv")
and problem
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xde in position 126: invalid continuation byte
What is the problem