Reading csv files using SQL

skip at pobox.com skip at pobox.com
Thu Mar 1 07:10:20 EST 2007


    >> You could maybe use SQLite to load the CSV file and process in an
    >> actual DBMS...

    Pablo> Ok, this is the solution I'm using actually (with PostGres).  My
    Pablo> hope is to find a way to do the same thing without using a DBMS
    Pablo> but working directly with the files.

If you want to work directly with the files why not just use Python's csv
module?

Skip




More information about the Python-list mailing list