Conversation

Replying to
ok maybe they are running? Is something supposed to happen when they run? I can successfully create more lines, as evidenced by the screenshot
1
1
Replying to and
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 and
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
Show replies
Replying to and
You’re dealing with the fallout of a long-standing argument between Windows and other operating systems. Python, like Macs, uses ‘\’ to mean that the next character isn’t really what it looks like. For example, ‘\t’ is a tab. Reverse the slashes to ‘/‘ and that’ll fix it.