Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

The thing with Polars is it's really hard for me to get past the annoyance of having to do `pl.col("blah")` instead of `df.blah`. I find pandas easier for quick interactive work which is basically everything I do with it.


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!




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: