And found that for each field keys it generates one row for me, so there are total of two rows of each data(dictionary above), I want something like each row contains all field keys(tranditional rows and columns table mapping) and it seems that pivot() function can help with it, may I ask how can I use pivot() function using influxdb-client? Any sugestion on the function/code that I should use for my case or inserting a list of dictionary? Thanks!
I am inserting trading data of financial market using influxb-client, one of my data are something look like this, the rest are same:
And I tried this at first
And found that for each field keys it generates one row for me, so there are total of two rows of each data(dictionary above), I want something like each row contains all field keys(tranditional rows and columns table mapping) and it seems that pivot() function can help with it, may I ask how can I use pivot() function using influxdb-client? Any sugestion on the function/code that I should use for my case or inserting a list of dictionary? Thanks!