Conversation

i google 'how to delete previous line in python' but the internet cannot comprehend i am this stupid
16
202
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
60
182
Replying to
Don’t do it in python terminal. It’s easier to learn in a data science environment like jupyter notebook for Anaconda. You can break down the code into code blocks/cells so you can easily see which parts are working and which ones are not.
3
52
Show replies
Show replies
Replying to
Replit or Google Colab make getting started with all of this much easier. I’d recommend Google Colab since it’s in notebook form which is very convenient for data analysis in pandas.