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.
where the Timestamp is set as index with df.index = pd.to_datetime(df.index, unit='ns').
When writing the endpoints to Influx the timestamps with write_points() I obtain following data inserted:
1570620038252999936 260.30697
1570620038255000064 260.44757
1570620038256999936 260.59392
There seems to be someting wrong when writing the data to the InfluxDB. The expected results should look something like:
1570620038253000000 260.30697
1570620038255000000 260.44757
1570620038257000000 260.59392