UnicodeDecodeError: 'utf-8' codec can not decode byte 0xd0 in position 2: invalid continuation byte

0

I have csv files in a folder and I want to concatenate with a few lines of code: what I do is read one at a time, save them and concatenate at the end.

this is what I do

data = pd.concat([data1,........,data100])
    
asked by Iván Angeles 24.07.2018 в 21:25
source

0 answers