0
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
Python https://code.sololearn.com/cl6gD7iexN5e/?ref=app https://code.sololearn.com/cvquXXUZY9OZ/?ref=app https://code.sololearn.com/c4m6j6ZKEF1s/?ref=app https://code.sololearn.com/cnlgX7QnA9v2/?ref=app https://code.sololearn.com/c01p66xXl7LO/?ref=app https://code.sololearn.com/cq08eZuifeXw/?ref=app https://www.sololearn.com/discuss/2312739/?ref=app
2 Antworten
0
Use os module
import os
os.chdir(r'the/directory/you/want/to/be/in')
0
You can use pandas module and its pd.read_csv method.
Please clear your question of the irrelevant code links.