Python pandas | DataFrame

preview_player
Показать описание
In this video I will give an overview of the main class of the pandas library, the DataFrame.
pandas is very useful for data analysis tasks that involve processing tabular data.

For the video I'm using pandas version 1.0.5.

00:00 pd.DataFrame
02:02 Create example from a dict
03:06 dtypes attribute
04:10 columns attribute
04:25 shape attribute
04:36 empty attribute
04:38 at attribute
05:44 Next steps (iloc, loc)

For more resources:
Рекомендации по теме