actually yeah sorry that did work! congrats! try like print("hello world")
Conversation
"import pandas" just doesn't display any output when it happens successfully
1
also I am happy to call while screensharing if that seems helpful in reducing frustration, I know it would have saved me hours of doing things in slow ways when I was first trying to learn jupyter notebooks + pandas
1
Replying to
ya i wanted to screenshaer earlier but now im physically stressed and cannot take anyone up on the multitutde of offers
1
1
ok so now i apparently have pandas in there, how do i make a csv file get in there
1
the filepath here should be replaced with whatever the full filepath to your target file is (I think this can be a little finnicky to find on a Mac), and the '\t' might need to be ',' depending on what sort of csv it is
1
This Tweet was deleted by the Tweet author. Learn more
Replying to
I think putting an r before the string -pd.read_csv(r'C:\Users\…) - will fix this, though I'm on a Mac so might have this wrong for windows filestrings.
2
1
The 'r' goes right in front of the path name, outside of the quote.
It's odd, I know. But it's the right thing to do.
Also, are you sure that the file name doesn't end in .csv? Sometimes Windows explorer will hide file extensions.
1
Replying to
I expect the following is most likely to work, followed by the same thing without .csv
1


