Skip to content(if available)orjump to list(if available)

Dataframely: A polars-native data frame validation library

account-5

I've used pandas before, and recently became aware of polars as it's part on Nushell by way of a plugin.

Why would you use polars over pandas?

ayhanfuat

Better syntax, speed and memory.

mettamage

Seconding this, the syntax feels SQL-like which I'm a fan of since I also sometimes have to write SQL queries. So they keep the mindset sharp and also are a clear paradigm to think in if I need to think about a polars dataframe.

account-5

Thanks both, the sql-like syntax is definitely something I'm enjoying in Nushell.

camkego

Just started using Polars, great to learn that data frame validation even exists. Thanks

null

[deleted]