Added a video tutorial for Pandas (#26045)

This commit is contained in:
Praneeth Paikray
2018-12-18 07:36:59 +05:30
committed by Christopher McCormack
parent 82f6e411df
commit 1f38407032

View File

@ -71,3 +71,4 @@ ages=df.loc["age"]
1. [pandas](http://pandas.pydata.org/) 1. [pandas](http://pandas.pydata.org/)
2. [read_csv](http://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_csv.html?highlight=read_csv#pandas.read_csv) 2. [read_csv](http://pandas.pydata.org/pandas-docs/stable/generated/pandas.read_csv.html?highlight=read_csv#pandas.read_csv)
3. [head](http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.head.html?highlight=head#pandas.DataFrame.head) 3. [head](http://pandas.pydata.org/pandas-docs/stable/generated/pandas.DataFrame.head.html?highlight=head#pandas.DataFrame.head)
4. [Introduction to Pandas](https://youtu.be/lkLl_QKLgcA)