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"
.
The 2 hardest problems in programming are naming, cache invalidation, and off-by-one errors.