Ashraf Miah
Feb 9, 2023

--

This is a bizarre article, you don't need `polars` to not use an index. All of the examples provided can be run on `pandas`, using similar approaches without using an index at all.

One such example, is don't `set_index` at the beginning and then something similar to this provides an equivalent to filter or use pandas query.

```
df2.loc[df2.alpha == 'x']
```

--

--

Ashraf Miah

CTO, Data Scientist & Chartered Engineer (MEng CEng EUR ING MRAeS) with over 20 years experience in the Aerospace, Rail & Energy Industry.