Comment on Polars Cloud: The Distributed Cloud Architecture to Run Polars AnywhereparentComments−orlp1yTwo characters, if you do `from polars import col as c` you can simply write `c.foo`, assuming the column name is a valid Python identifier.−epistasis1yOh that's very interesting, thanks!!
Comments
Two characters, if you do `from polars import col as c` you can simply write `c.foo`, assuming the column name is a valid Python identifier.
Oh that's very interesting, thanks!!