Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
rzmk
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
rzmk
3y ago
qsv ( https://github.com/jqnatividad/qsv ) also has a sqlp command which lets you run Polars SQL queries on CSV(s). Here I'll: - Send the csv data from stdin (using echo and referred to in the command by -) -
2.
▲
by
rzmk
3y ago
Maybe try the to [1] and sqlp [2] commands from the qsv fork. From the README: sqlp: Run blazing-fast Polars SQL queries against several CSVs - converting queries to fast LazyFrame expressions, processing larger than memory CSV files. t