this post was submitted on 22 Apr 2024
137 points (93.6% liked)
Programmer Humor
19471 readers
1271 users here now
Welcome to Programmer Humor!
This is a place where you can post jokes, memes, humor, etc. related to programming!
For sharing awful code theres also Programming Horror.
Rules
- Keep content in english
- No advertisements
- Posts must be related to programming or programmer topics
founded 1 year ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
view the rest of the comments
Should include "has duckplyr" which is bad ass in the few weeks I've been using it.
Bruh, this looks cool af. Seriously has me wondering whether I should port my shit from SQLite to duckDB.
I love duckDB, my usual workflow is:
Then duckdb treats the directory just like a databese that you can build indexes on, and since they're parquet files they're hella small and have static typing. It was pretty fast and efficient before, and duckdb has really sped up my data wrangling and analysis a ton.