Description
Tabular CSV data can be queried with SQL-like commands without first importing it into a database. This is useful for filtering, joining, aggregating, and checking datasets from the terminal.
It is a command-line data tool for users who understand SQL concepts. Queries can expose or rewrite sensitive data depending on usage, so handle private CSV files with the same care as database exports.