...

/

Optimized Data Filtering

Optimized Data Filtering

In this lesson, we show how to choose the method to select data.

We'll cover the following...

pandas provides extensive methods for data selection. You can find the corresponding lesson in Select data from DataFrame. Below are some alternative methods you could choose,

  • Pass condition expression to [] operation.
  • Use the query() function.
  • Use the eval() function.
Access this course and 1400+ top-rated courses and projects.