http://e26whn2524322mkxb3cbyk27ev2ihhq2biz35hty7gzgsyrwrygq27yd.onion/posts/blog/software-development/monkeying-about-with-pyodide-and-pyscript.html
_parse_flux_response = _parse_flux_response With this change, our query() call returns the correct type, meaning that we can use a code snippet copied directly from the client documentation to interact with the result object results = []
for table in result:
for record in table.records:
results.append((record.get_field(), record.get_value()))
print(results)
[('consumption', '73.5'), ('consumption', '75'), ('consumption', '73.6'),
('consumption', '71.4'), ('consumption', '71.2'), ('consumption',...