bruh im like 'ok maybe i can try learning python on my own' and immediately am stuck cause i cant figure out how to make my cursor go up to delete a previous line
my goal tonight: upload a csv into python
apparently i need a thing called 'pandas'
and to get pandas i need to use a thing called 'pip'
i may have installed pandas? first several attempts didnt work. i copypasted a rando internet thing in. i have no idea how to tell
personally I have found by far the least "oh fuck everything is broken and what the hell is this package dependency" suffering from the following approach:
(1) go to https://docs.anaconda.com/anaconda/navigator/index.html…, install the thing
(2) click "launch" on the jupyter notebook option
(3) just write code and it works, "import pandas" just operates fine right out of the box