Skip to content
forked from harelba/q

q - Run SQL directly on CSV or TSV files

License

Notifications You must be signed in to change notification settings

behnam/python-q

This branch is 122 commits behind harelba/q:master.

Folders and files

NameName
Last commit message
Last commit date
Oct 6, 2018
Apr 8, 2017
Dec 27, 2017
Dec 27, 2017
Nov 21, 2017
Nov 20, 2017
Jan 25, 2017
Aug 12, 2017
Jan 29, 2017
Apr 6, 2017
Apr 6, 2017
Mar 24, 2018
Apr 6, 2017

Repository files navigation

Build Status

q - Text as Data

q is a command line tool that allows direct execution of SQL-like queries on CSVs/TSVs (and any other tabular text files).

q treats ordinary files as database tables, and supports all SQL constructs, such as WHERE, GROUP BY, JOINs etc. It supports automatic column name and column type detection, and provides full support for multiple encodings.

q's web site is http://harelba.github.io/q/. It contains everything you need to download and use q in no time.

Installation.

Extremely simple.

Instructions for all OSs are here.

Examples

blah

Go here for more examples.

Python API

A development branch for exposing q's capabilities as a Python module can be viewed here, along with examples of the alpha version of the API.
Existing functionality as a command-line tool will not be affected by this. Your input will be most appreciated.

Change log

Click here to see the change log.

Contact

Any feedback/suggestions/complaints regarding this tool would be much appreciated. Contributions are most welcome as well, of course.

Harel Ben-Attia, [email protected], @harelba on Twitter

q on twitter: #qtextasdata

About

q - Run SQL directly on CSV or TSV files

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 99.1%
  • Other 0.9%