Traceback (most recent call last):
File "pandas_libs\parsers.pyx", line 1169, in pandas._libs.parsers.TextReader._convert_tokens
File "pandas_libs\parsers.pyx", line 1299, in pandas._libs.parsers.TextReader._convert_with_dtype
File "pandas_libs\parsers.pyx", line 1315, in pandas._libs.parsers.TextReader._string_convert
File "pandas_libs\parsers.pyx", line 1553, in pandas._libs.parsers._string_box_utf8
UnicodeDecodeError: 'utf-8' codec can't decode bytes in position 135-136: invalid continuation byte
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "C:/Users/admin/PycharmProjects/discord/test-ml-spam.py", line 6, in <module>
dta = pd.read_csv(filepath_or_buffer="C:/Users/admin/Desktop/ML datasets/SPAM/spam.csv")
File "C:\Users\admin\PycharmProjects\discord\venv\lib\site-packages\pandas\io\parsers.py", line 702, in parser_f
return _read(filepath_or_buffer, kwds)

