Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
0 answers
182 views

how to map keys to columns and values to rows in python accoridng to grafana json format dynamically

I want to parse keys as columns and values as rows according to the below grafana json format dynamicaly picking keys as columns and values as rows in python. Is there any method or library like ...
ritikariti's user avatar
1 vote
1 answer
5k views

how to write a grafana simple json to table query from a json in python

how to convert that data(json) to pandas Dataframe so that it can populate the "keys" as columns and "values" as rows in a grafana simple json to table dynamically. actually, it's not in a perfect ...
rohit rocckz's user avatar