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…
row.field_name_1
row.field_name_2
How can I do that?
Hi @GF-Huang
Did you try the pivot function?
Regards.
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.