P
P
Parrramonova2020-05-25 14:07:49
Python
Parrramonova, 2020-05-25 14:07:49

Preparing data for Colaboratory, problem with csv file?

There is a csv file with a data set (Russian-language tweets) uploaded to Google Drive. On a laptop, the download is fine, but viewing the file gives the following result 5ecba64a77541293987606.png
. Does this mean something is wrong with the data set?

Notebook https://colab.research.google.com/drive/1vMHOUKJEw... Dataset
https ://drive.google.com/open?id=1Geh9-cqjIjtDGfFJ...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
R
Roman Mirilaczvili, 2020-05-25
@2ord

Recommendations:
1. convert to UTF-8:
iconv -f cp1251 -t utf-8 < original.csv > dest.csv
2. specify separator when importing;

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question