best way to handle this in Python
Rita
rmorgan466 at gmail.com
Thu Jul 19 19:51:30 EDT 2012
Hello,
I have data in many files (/data/year/month/day/) which are named like
YearMonthDayHourMinute.gz.
I would like to build a data structure which can easily handle querying the
data. So for example, if I want to query data from 3 weeks ago till today,
i can do it rather quickly.
each YearMonthDayHourMinute.gz file look like this and they are about 4to
6kb
red 34
green 44
blue 88
orange 4
black 3
while 153
I would like to query them so I can generate a plot rather quickly but not
sure what is the best way to do this.
--
--- Get your facts first, then you can distort them as you please.--
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-list/attachments/20120719/00cf6e26/attachment.html>
More information about the Python-list
mailing list