Python + Pandas Tutorial - (Pt.2) read_csv and to_csv

preview_player
Показать описание
In this video, we look at how to read from a csv file to a DataFrame and how to save a DataFrame to a csv file.

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

Nice way to learn from you, I have spent hours on the internet, finally, I met you, and subscribed your channel.

DeepakSah.
Автор

Thankyou, very clear and informative. You are very good at explaining things, please keep on doing it.

kallenanka
Автор

Thanks Mark, was indeed very helpful thanks a lot couldn't be less grateful

ishakawade
Автор

You are nice Teacher. Thank you very much

alitesla
Автор

how to export csv data into oracle db dynamically .. ?

hemanthkumar
Автор

When I download the csv from undata I see that it is formatted differently. I would really like to know how you group the data by 'years' and have the countries as column header. Can it be done by pandas as well?
Beside my question your videos are great!

chrisk
Автор

just a doubt, btw loved the vid, so yeah my doubt is if i type this program down below so as the result should i get comma separated values or just raw data arranged into rows and columns? Which one is the correct output?
isha.to_csv("D:\\LILY.csv")

print(hello)

ishakawade
Автор

can you give me some documents about the function to interfer cvs file like that?

tuitrans
Автор

Great video, will suggest to do mini project to make it more practical

aagmanroy
Автор

to_csv has an attribute "index" what is that?

nishantprajapati