Skip to content
This repository was archived by the owner on Oct 29, 2024. It is now read-only.

Fix for influxdata/influxdb-python#479 : DataFrameClient issue - seems does not process correctly DateTimeIndex dates #494

Closed
wants to merge 5 commits into from

Conversation

patrickhoebeke
Copy link
Contributor

Fix for #479
On windows machine, casting to int does not work properly to convert DateTimeIndex into Unix Epoch (required for Influx). Conversion to np.int64 solves the issue

patrickhoebeke and others added 5 commits May 18, 2017 18:10
pd.tseries.period.PeriodIndex has been moved to pd.PeriodIndex since at least pandas 0.18.1
pd.tseries.period.DatetimeIndex has been moved to pd.DatetimeIndex since at least pandas 0.18.1
…to Unix Epoch (e.g .on (some?) Windows machines)
…erted to Unix Epoch (e.g .on (some?) Windows machines)
@patrickhoebeke
Copy link
Contributor Author

sorry, this fix does not solves completely the issue. I'll fix it correctly and post a new merge request. Sorry

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants