2017-02-08 UTC
# petermolnar anyone here has experience with http://pandas.pydata.org/? I was thinking how to store time series data - which, at the moment, I don't really do - and I ended up with tagname/%Y-%m-%d.csv -> [epoch] [value] idea; this way it'd be easy to store and to parse, but pandas looks like the ideal thing to use especially for this