You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 4, 2018. It is now read-only.
I think using pandas DataFrames/Series objects instead of SQLAlchemy models would be a great model for this project. This would make visualization, aggregation, etc much easier.
I think using pandas DataFrames/Series objects instead of SQLAlchemy models would be a great model for this project. This would make visualization, aggregation, etc much easier.
http://pandas.pydata.org/pandas-docs/stable/visualization.html
http://pandas.pydata.org/pandas-docs/stable/10min.html
Using something like an HDF5 backing store may be useful as well.
http://pandas.pydata.org/pandas-docs/dev/io.html