The video introduces Pandas in Python
Timeline & Exercise
(Python 3.7)
00:00 - Welcome
00:06 - Outline of video
00:48 - What is a DataFrame?
01:15 - Data file formats that can be used with Pandas
01:54 - Open Jupyter Notebook
02:15 - Create a Pandas Series
03:04 - Create a DataFrame
06:13 - View .head() and .tail() rows of a DataFrame
07:13 - Convert DataFrame to Numpy array
08:30 - Transpose a DataFrame
09:20 - Descriptive statistics for a DataFrame
10:07 - Sort values in a DataFrame
12:02 - End
learndataa exercise for this video can be found at link below:
https://github.com/learndataa/exercises
Thank you.