Commands frame/timeseries_from_observations¶
Returns a frame that has the observations formatted as a time series.
POST /v1/commands/¶
GET /v1/commands/:id¶
Request¶
Route
POST /v1/commands/
Body
name: | frame/timeseries_from_observations |
---|---|
arguments: | frame : Frame
date_time_index : list
timestamp_column : unicode
key_column : unicode
value_column : unicode
|
Headers
Authorization: test_api_key_1
Content-type: application/json
Description
- Uses the specified timestamp, key, and value columns and the date/time
- index provided to format the observations as a time series. The time series frame will have columns for the key and a vector of the observed values that correspond to the date/time index.
Response¶
Status
200 OK
Body
Returns information about the command. See the Response Body for Get Command here below. It is the same.