Polars

Use when writing or modifying Python code that calls polars `DataFrame.join` or `LazyFrame.join` and any downstream step depends on the result's row order — attaching a looked-up column back onto order-sensitive data, positional alignment with a numpy array or `pl.Series`, `hstack`, or reproducible output. Skip for joins whose output you immediately re-sort or treat as an unordered set.

d-laub 1fc5377 3.0 KB Updated

File contents

d-laub/dlaub-togo/tree/main/skills/polars commit 1fc5377459

Frequently asked questions

npx skillmds@latest add d-laub/polars