Pls I need code on how I can load my data csv file to Python where path is c\user\hp\desktop to my Python juypter notebook | Sololearn: Learn to code for FREE!
Новый курс! Каждый программист должен знать генеративный ИИ!
Попробуйте бесплатный урок
2 ответов
0
Use os module import os os.chdir(r'the/directory/you/want/to/be/in')
26th May 2020, 12:39 PM
Slick
Slick - avatar
0
You can use pandas module and its pd.read_csv method. Please clear your question of the irrelevant code links.
26th May 2020, 2:22 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar