rzmk
No user record in our sample, but rzmk has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
No user record in our sample, but rzmk has activity below (stories or comments). Likely we have partial data — the full bulk-load will fill profiles in.
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 -) - Refer to the…
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…