You can pass an optional querystring parameter to our API called _format
, that will format your data to several different formats for your convenience. We format data using records
format by default.
records | [{column -> value}, … , {column -> value}] |
dict | {column -> {index -> value}} |
list | {column -> [values]} |
series | {column -> Series(values)} |
split | {‘index’ -> [index], ‘columns’ -> [columns], ‘data’ -> [values]} |
index | {index -> {column -> value}} |
Shell
Python
Javascript
Records Format
Dict Format
List Format
Series Format
Split Format
Index Format
Was this article helpful?
That’s Great!
Thank you for your feedback
Sorry! We couldn't be helpful
Thank you for your feedback
Feedback sent
We appreciate your effort and will try to fix the article