pastas / pastastore

:spaghetti: :convenience_store: Tools for managing timeseries and Pastas models

Home Page:https://pastastore.readthedocs.io

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

pandas.Series and PystoreConnector

dbrakenhoff opened this issue · comments

Writing pandas.Series to PystoreConnector might not work: ranaroussi/pystore#39 (comment)

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

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

See ffa8164

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

Closing for now.