Python Pandas Tutorial 1 for Data Science & Analytics: Create & Manipulate Series & Dataframes &CSVs

preview_player
Показать описание
This Beginner Tutorial Shows the basic functionality of the Pandas 'Panel Data' library for Python with regard to creating series and dataframes from scratch or from a csv (comma-separated values) file.

0:55 !pip pip install pandas
1:12 import pandas as pd
1:54 creating a series pd.Series()
2:43 default arguments for pd.Series()
3:55 creating a dataframe pd.DataFrame()
5:00 !cd

Pandas Resources:

Thank you for watching! I encourage anyone to leave feedback, questions, or constructive criticism in the comments.

If you are interested in learning more about Python, you can view lessons in the format of an iPython Notebook:

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

Nice video, just as nice as your channel :D

didar
Автор

How was the data in your csv formatted? Curious specifically about headers vs content.

timbotch
Автор

Cool vid but you didn't mention anything about how to access the data in your dataframe or series :/

dmitribilyk