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
Hi, I just started using sqlmodel and I would like to know if this way of managing time series is the optimal one.
In particular I need to write timeseries that are stored in side a pandas df. So:
I iterate over the dataframe and trasforming each row to a StockTimeSeries instance, before writing each instance
the class StockTimeSeries is modeling a single time series row, not an entire series
Is this correct or there are some other way to solve this requirement?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
First Check
Commit to Help
Example Code
Description
Hi, I just started using sqlmodel and I would like to know if this way of managing time series is the optimal one.
In particular I need to write timeseries that are stored in side a pandas df. So:
Is this correct or there are some other way to solve this requirement?
Thanks.
Operating System
Windows
Operating System Details
No response
SQLModel Version
0.0.8
Python Version
3.9
Additional Context
No response
Beta Was this translation helpful? Give feedback.
All reactions