Pandas Index for DataFrames in Python π
Learn how to set and use Index in Pandas DataFrames with examples and exercises in Python 3.7.

learndataa
297 views β’ Apr 23, 2020

About this video
The video discusses Index for DataFrames in Python.
Timeline & Exercise
(Python 3.7)
00:00 - Welcome
00:11 - Outline of video
00:26 - Data
00:49 - Using zip() to create DataFrame
01:26 - Create row index using pd.Index()
02:04 - Create column names using pd.Index()
02:46 - How to get index or columns for a DataFrame?
03:05 - How to check if an index exists in a DataFrame?
03:27 - How to set index in a DataFrame? .set_index()
04:25 - Create multiple indices using set index
05:27 - Create index by setting drop=False
06:19 - Create index by setting append=True
07:07 - How to reset index of a DataFrame?
08:54 - Reset index by setting drop=True
09:46 - Ending notes
learndataa exercise for this video can be found at link below:
https://github.com/learndataa/exercises
Thank you.
Timeline & Exercise
(Python 3.7)
00:00 - Welcome
00:11 - Outline of video
00:26 - Data
00:49 - Using zip() to create DataFrame
01:26 - Create row index using pd.Index()
02:04 - Create column names using pd.Index()
02:46 - How to get index or columns for a DataFrame?
03:05 - How to check if an index exists in a DataFrame?
03:27 - How to set index in a DataFrame? .set_index()
04:25 - Create multiple indices using set index
05:27 - Create index by setting drop=False
06:19 - Create index by setting append=True
07:07 - How to reset index of a DataFrame?
08:54 - Reset index by setting drop=True
09:46 - Ending notes
learndataa exercise for this video can be found at link below:
https://github.com/learndataa/exercises
Thank you.
Tags and Topics
Browse our collection to discover more content in these categories.
Video Information
Views
297
Likes
14
Duration
10:02
Published
Apr 23, 2020
Related Trending Topics
LIVE TRENDSRelated trending topics. Click any trend to explore more videos.