Answer the question
In order to leave comments, you need to log in
How to make Python see Russian directories when using Pandas?
Good afternoon. Python 3
Example:
keywords_list_df = pd.read_csv('Папка/MP_test.csv', sep=';', encoding='cp1251')
OSError: Initializing from file failed
Answer the question
In order to leave comments, you need to log in
for(var i = 0; i<20; i++){
var rand = Math.floor(Math.random() * 10);
document.write(rand);
}
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question