Entries posted in Oct. 2009
Creating a SQLite database from a CSV file
I work with CSV files a lot using Python, and, especially for larger data sets, the data’s often easier to work with if I put it in a database rather than keep it as ...
I work with CSV files a lot using Python, and, especially for larger data sets, the data’s often easier to work with if I put it in a database rather than keep it as ...