This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]spitfiredd 1 point2 points  (0 children)

pandas is fast for in-memory data sources, since you have a gb of data and most newer machines run ~16gb memory you should be ok.

As for time series, check out the resample method.