The dataframe library Polars

2 430 77
articles words lines of code

Today I learned that Polars allows non-strict vertical concatenation of dataframes with the parameter how="vertical".

Today I learned how to use the Polars function pl.date_range to create date sequences with calendar-aware intervals between dates.