IESD / cegads-domestic-model

An energy consumption model for domestic appliances
GNU General Public License v2.0
2 stars 1 forks source link

Index.to_datetime() issue #2

Closed gokturksm closed 4 years ago

gokturksm commented 4 years ago

https://github.com/IESD/cegads-domestic-model/blob/2347dc7a8356f58162e158c491b86a5f4039ee5e/cegads/appliances/model.py#L74

https://pandas.pydata.org/pandas-docs/version/0.22.0/generated/pandas.Index.to_datetime.html

dates = pd.to_datetime(pd.Index(dates, name=name)) would fix it for now, at least for newer Pandas versions.

gokturksm commented 4 years ago

3 created pull request