Python CSV files - with PANDAS

preview_player
Показать описание
Learn the basics of manipulating CSV files with Pandas in Python. Take order information and split it out based on criteria
-------------------------------------
-------------------------------------
Disclaimer: These are affiliate links and as an Amazon Associate I earn from qualifying purchases

Рекомендации по теме
Комментарии
Автор

This video is awesome. I am a novice at python and so far NOTHING has come as close to this video in terms of showcasing just how simple pandas makes reading data!

bengray
Автор

Exact whatever I was looking for to quick start my pandas journey! Thanks for such an awesome video! Love it!

uteshiyadharmesh
Автор

Just started learning Python for my degree 2 weeks ago and this was so helpful! Thank you!!

auggiea
Автор

thank you man! you know, it`s first time i`m using python in my entry to data analytics) i thought it would be much harder to understand code, but the way you give information makes me feel so ez

nseworld
Автор

Clear and easy, just what I was looking for

kanwisher
Автор

thank you John!
can't wait to watch harder videos about panda csv

EndBL
Автор

Thank you, John. It helped my assignment.

yanwenwei
Автор

Great video as always John - thank you.

Off the cuff question here - can you do a video on troubleshooting csv imports with pandas? When I've imported a csv file, and df.head(), it sometimes brings in a single column and an index. Other times, it works exactly as expected. Since I don't know what to do with that column, I thought such a video might help?

yasseralkindi
Автор

Quite useful, Keep up the good work! ❤️

saifazeem
Автор

So I am trying to create a pdf file from a csv file but I want to create a code that can take any csv which is inputted into it to create a different pdf depending on the content of the csv. Do you know of any way to do that? I know that to convert to pdfs you need the pdfkit plugin which I have and I have done but I am just not sure how to make the code generalizable.

Soler
Автор

Would there be a reason why my program keeps saying I have an empty dataframe when I do not

hannahreynolds
Автор

man, honestly i appreciate your video, I loving coding with you, wish you, a good person, stay safe always

dicasdetop
Автор

Video so cool but I have a question. I need to check 2 parameters in two deferent columns how I can do that?

andreha_
Автор

Hi, John. Thanks for shareing this video. In the beginning you spoke about the src-file "address-data.csv". Could you please share the link from the source?? I didn't get that!

burkhardleuthner
Автор

man you saved my assignment with 5:12 I couldn't understand how to do it for the life of me lol

isabellaj
Автор

Awesome video, in this example, if I wanted to move all the '1 Day' and '2 Day' labeled shipping types into the a dataframe titled 'Early_Shipping', how would I write that code?

adamstephan
Автор

How can I get the data from a csv file without rewriting all of it to my python program?

sabinomuniz
Автор

Helpful! How do I find the most repeated word in my file?

aces
Автор

Hi John. I m new to python. Still struggling to choose appropriate python application. Tending to use jupyter, however yours look more interesting. Can you please tell the name of this python application (interface)?

lutfullayuldashev
Автор

Jupyter notebook is great way of working with Pandas - maybe do a vid on that too?

python