I am experimenting with polars and would like to understand why using polars is slower than using pandas on a particular example: Answer A pandas join uses the indexes, which are cached. A comparison where they do the same:
I am experimenting with polars and would like to understand why using polars is slower than using pandas on a particular example: Answer A pandas join uses the indexes, which are cached. A comparison where they do the same: