Extracting Data
Get the dataset from a databin:
Out[1]=
|
|
Get a time series from a databin:
Out[1]=
|
|
Treat each entry in the databin as an event:
Out[2]=
|
|
Extract data from a specific timeframe:
Out[1]=
|
|
Get a list of the entries in a databin:
Out[1]=
|
|
Get just values:
Out[2]=
|
|
Take out units:
Out[3]=
|
|
Get lists of values for each key:
Out[1]=
|
|
Use Databin[...]["property"] to get metadata for the databin ("Size", "Creator", ...).
Databin[...]["Latest"] gives the latest entry in a databin.
Databin[...]["Timestamps"] gives the list of timestamps of all entries in databin.
QUICK REFERENCE: Lists » Associations » Time Series »