To load a file using Pandas column 14 when adding it generates me an error, I believe because it has very long elements.
The charge of the following way:
df4 = pd.read_csv('MAPI.csv', header=0, sep=';',usecols=[1,3,9,14,19],parse_dates = ['FOUND ON DATE '],dayfirst = True)
The error I have is the following:
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xd1 in position 18: invalid continuation byte
I attach a part of the file: