logoalt Hacker News

thijsntoday at 8:44 PM2 repliesview on HN

I've seen people with exactly that frustration use "import polars.col as c" and use c("colname") instead!


Replies

laGrenouilletoday at 10:21 PM

Yes, this (as the even shorter c.colname) and the fact that you can do var= in place of assign in with_columns/agg changed my whole outlook on polars. Have been using it as my main driver for the past year.

mmplxxtoday at 10:21 PM

Or c.colname