Python Pandas | Drop

preview_player
Показать описание
The Pandas drop function is used to remove rows or columns in a dataframe. This can be done by specifying label names with an axis to remove or by referencing the index of column value. The drop function can also be used to remove rows or columns on a multi index dataframe with the use of the level keyword.
Рекомендации по теме