How To Drop a List of Rows From Pandas DataFrame

Removing multiple rows from a pandas DataFrame in Python

Giorgos Myrianthous
Towards Data Science
4 min readSep 22, 2022

--

Photo by Yu Wang on Unsplash

When working with pandas DataFrames we usually want to discard rows from the original structure. Pandas provides an intuitive API that we can make use of in order to perform such operations.

--

--

I strive to build data-intensive systems that are not only functional, but also scalable, cost effective and maintainable over the long term.