df = pd.read_csv(r"C:\Users\U S E R\Desktop\FYP\hurmet\full_dataset.csv")
Here are huge errors from the above code, but this is the most relevant
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 26: invalid start byte
df = pd.read_csv(r"C:\Users\U S E R\Desktop\FYP\hurmet\full_dataset.csv")
Here are huge errors from the above code, but this is the most relevant
UnicodeDecodeError: 'utf-8' codec can't decode byte 0x92 in position 26: invalid start byte