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
{{ message }}
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
Fix for DataFrameClient issue - seems does not process correctly DateTimeIndex dates (issue #479) (#495)
* [FIX] : compatibility with new version of pandas
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
* [FIX] : Fixes#479 : DateTimeIndex not correctly converted to Unix Epoch (e.g .on (some?) Windows machines)
* [FIX] : new fix for #479 : DateTimeIndex not correctly converted to Unix Epoch (e.g .on (some?) Windows machines)
* [ENH] : added feature : DataFrame.write_points : NaNs and None values allowed in input DataFrame (corresponding entries are removed from the list of points to push to Influx)
* [FIX] : error in unittest dataframe_client test_write_points_from_dataframe_with_all_none
0 commit comments