I'm thinking that once we start trying to answer more complicated questions we won't want to be reading all the data every time. For example if I want a graph to compare parking during the week of Christmas with parking during the week of thanksgiving and I want it for every year we have data for we don't want to have to load in all the data again.
I'm thinking a database of some sort would be better than csv files.
I'm thinking that once we start trying to answer more complicated questions we won't want to be reading all the data every time. For example if I want a graph to compare parking during the week of Christmas with parking during the week of thanksgiving and I want it for every year we have data for we don't want to have to load in all the data again.
I'm thinking a database of some sort would be better than csv files.