This repository was archived by the owner on Oct 29, 2024. It is now read-only.
This repository was archived by the owner on Oct 29, 2024. It is now read-only.
data frame with tag columns #286
Closed
Description
I would like to insert the following pandas data frame into influx.
[index] | tag1 | tag2 | field1 | field2 |
---|---|---|---|---|
2016-01-01 | "MSFT" | "NYSE" | 1.1 | 2.2 |
2016-01-01 | "AAPL" | "NYSE" | 3.3 | 4.4 |
[index]
is the index of the data frame.
tag1
and tag2
are influx tags.
field1
and field2
are influx fields.
How could I do this by using DataFrameClient
? Thanks.
Metadata
Metadata
Assignees
Labels
No labels