Python Client write_api.write()

When using write_api.write() I found that the data would be processed as shown below.

Image 1 the origin data

Image 2 the exported data from frontend

It seems Influx has done some data transformation for me. But, how can I avoid it, I mean if I want to use the original data, what should I do?

Thank you!!!

Hello @MarkSCQ,
You can use the pivot or fieldsAsCol function:

(fields as col is a wrapped version of pivot for your specific use case)

Also please note that if you plan on using influxdb cloud powered by iox it will return data as you expect.
Idk if that applies to you. Just putting it out there.