I have a data backup folder produced from an influxdb with the backup and restore utility. This produces a .tar.gz
file as mentioned in the reference.
I wish to open and process these data with Python (maybe pandas library or another python tool).
Is this possible? How can it be done?