Overview - DataFrames
For Data Scientists, a common format for storing and managing data in Python is using Pandas DataFrames.
Kelvin has a convenient function to convert your Kelvin data into a Pandas DataFrame.
| Python Method Call | |
|---|---|
1 | |
Example
Here is a simple example to retrieve data from the Kelvin Platform and convert it into a Pandas DataFrame for further analysis and manipulation.
| Convert Response to Pandas DataFrame Python Example | |
|---|---|
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 | |