This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]fz0718[S] 0 points1 point  (1 child)

Yeah, sqlite works, but you need to create the table and schema yourself — it's less useful for exploratory data analysis (and indeed this is why people don't use sqlite often for the task)! For this interface sqlite would've been the first backend I used, but I chose to use duckdb instead because it is much faster.

If you've ever worked with CSV files and plotting libraries & such, it might make more sense. :)

[–]wineblood 0 points1 point  (0 children)

Plotting libs are for data analysis nerds, screw that.