Open xanderyzwich opened 4 years ago
Adhoc queries should allow someone to query data files without setting up a db.
datapy --file --select * from <datafile_name>.csv where $1 = '<some string>' datapy -fsa from <datafile_name>.csv where $1 = '<some string>'
datapy --file --select * from <datafile_name>.csv where $1 = '<some string>'
datapy -fsa from <datafile_name>.csv where $1 = '<some string>'
Adhoc queries should allow someone to query data files without setting up a db.
datapy --file --select * from <datafile_name>.csv where $1 = '<some string>'
datapy -fsa from <datafile_name>.csv where $1 = '<some string>'