You could try Clickhouse. It's a bit heavier than DuckDB and the default mode is server-client. But you can also use the client (a single binary) without a server to directly query data from csv or parquet files.
edit: added a better link, the stand-alone mode is called clickhouse-local
edit: added a better link, the stand-alone mode is called clickhouse-local
https://clickhouse.tech/docs/en/interfaces/cli
https://altinity.com/blog/2019/6/11/clickhouse-local-the-pow...