You only have to read the CSV file once, and after that you have a nice set of tables you can query any which way you want.
I use SQLite as an intermediate step between text files and static HTML, for example.
You only have to read the CSV file once, and after that you have a nice set of tables you can query any which way you want.
I use SQLite as an intermediate step between text files and static HTML, for example.