Comment on Polars Cloud: The Distributed Cloud Architecture to Run Polars AnywhereparentComments−ritchie461yimport polars.col as CC.blah−prometheon11yThanks! I'm not sure if pl.col improved since the last time I looked at polars or if I was too lazy to find it, but pl.col (docs) look great!
Comments
import polars.col as C
C.blah
Thanks! I'm not sure if pl.col improved since the last time I looked at polars or if I was too lazy to find it, but pl.col (docs) look great!