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.