Hi,
exists a Python library that allows to interface to csv files as if you
manage a database, using SQL language?
Something like csvjdbc in Java, where table name is file name and the
field's names are in first row.
Thanks!
Paolo
exists a Python library that allows to interface to csv files as if you
manage a database, using SQL language?
Something like csvjdbc in Java, where table name is file name and the
field's names are in first row.
Thanks!
Paolo
Comment