Thanks to visit codestin.com
Credit goes to github.com

Skip to content
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
Closed
@mingzhou

Description

@mingzhou

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions