Dataframely: A polars-native data frame validation library
tech.quantco.com
Dataframely: A polars-native data frame validation library
1–10 of 10 posts
Re: Dataframely: A polars-native data frame validation library
#2Re: Dataframely: A polars-native data frame validation library
#3Re: Dataframely: A polars-native data frame validation library
#4Why would you use polars over pandas?
Re: Dataframely: A polars-native data frame validation library
#5I'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?
Re: Dataframely: A polars-native data frame validation library
#6I'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?
Better syntax, speed and memory.
Re: Dataframely: A polars-native data frame validation library
#7Earlier quoted context omitted.
Better syntax, speed and memory.
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.
Re: Dataframely: A polars-native data frame validation library
#8I'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?
Re: Dataframely: A polars-native data frame validation library
#9I'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?
pandas is extremely powerful, but everything seems way more complex than it needs to be.