Remix.run Logo
orlp 3 hours ago

    from polars import col as C

    df.select(C.x, y = C.w / C.z)
dkga an hour ago | parent [-]

Still, it’s a very good approximation but still an approximation to the more ergonomic and expressive tidyverse syntax