#18. Pandas: Index for DataFrames in Python - 7 | Tutorial

preview_player
Показать описание
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:

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

thank you sir❤ learning a lot from these videos

_justacoder_