I'm sure Polars is great, but I can't get over needing 10 characters of ceremony every time I want to refer to a column in a data frame.
pl.col("...")
I've seen people with exactly that frustration use "import polars.col as c" and use c("colname") instead!
Every time: