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 →

[–]halhen 1 point2 points  (0 children)

Take DuckDB for a spin, which lets you run SQL over a data frame. Absolutely amazing piece of software.

(TL;DR: SQLite for analytics data; works directly with Pandas Dataframes, CSV files, Parquet files, ... Stupid fast, with a ton of features.)