1 repository
Utilities for constructing and executing SQL queries directly against CSV data.
Distinct from SQL Query Builders: Distinct from SQL Query Builders: operates on CSV files in memory rather than traditional databases.
Explore 1 awesome GitHub repository matching data & databases · CSV. Refine with filters or upvote what's useful.
csvkit is a composable Unix-style command-line toolkit for converting, filtering, and analyzing CSV files directly from the terminal. It provides a suite of focused single-purpose commands that can be combined via pipes to build complex data processing workflows, with a modular architecture that includes a column-type inference engine for automatically detecting data types and a streaming-pipeline design for efficient handling of tabular data. The toolkit distinguishes itself through its SQL-engine abstraction layer, which allows users to run SQL queries directly against CSV files without req
Runs SQL queries directly against CSV files to filter, join, and aggregate tabular data.