filmov
tv
Python Pandas | Drop
![preview_player](https://i.ytimg.com/vi/waT7cR_2a6I/maxresdefault.jpg)
Показать описание
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.