pastas / pastastore

:spaghetti: :convenience_store: Tools for managing timeseries and Pastas models
https://pastastore.readthedocs.io
MIT License
16 stars 4 forks source link

pandas.Series and PystoreConnector #4

Closed dbrakenhoff closed 4 years ago

dbrakenhoff commented 4 years ago

Writing pandas.Series to PystoreConnector might not work: https://github.com/ranaroussi/pystore/issues/39#issue-587652051

Fix should be easy (internal conversion to pandas.DataFrame), but waiting for answer to my question first.

dbrakenhoff commented 4 years ago

fixed through internal conversion to pandas.DataFrame when data is read it is converted back into pandas.Series

See ffa8164fd225a54ca477bed4f273f10cf511ae77

dbrakenhoff commented 4 years ago

If any changes are mentioned on the pystore GitHub, I'll reopen the issue and update accordingly.

Closing for now.