| ▲ | evolve-maz 3 hours ago | |
Only in the last few years did I start using SQL properly. Before that my pipelines would live in python. Now I offload as much to the db as possible, and keep my python simple glue. I'm very happy with this compared to other methods in pandas or polars. If I still need to do db-like things in python I think duckdb is better. | ||