How can I query a Point by influxdb-client-python?

I’m using influxdb-client-python.

I want to query a Point at a timestamp, in other words, merge multiple field values into one record(row, object) inside the result table, so I can access its values via row.field_name_1, row.field_name_2

How can I do that?

Hi @GF-Huang

Did you try the pivot function?

Regards.

1 Like

Yes, it’s what I need, thank you.

This topic was automatically closed 60 minutes after the last reply. New replies are no longer allowed.