Commands frame/unflatten_columns¶
Compacts data from multiple rows based on cell data.
POST /v1/commands/¶
GET /v1/commands/:id¶
Request¶
Route
POST /v1/commands/
Body
name: | frame/unflatten_columns |
---|---|
arguments: | frame : Frame
columns : list
delimiter : unicode (default=None)
|
Headers
Authorization: test_api_key_1
Content-type: application/json
Description
Groups together cells in all columns (less the composite key) using ”,” as string delimiter. The original rows are deleted. The grouping takes place based on a composite key created from cell values. The column datatypes are changed to string.
Response¶
Status
200 OK
Body
Returns information about the command. See the Response Body for Get Command here below. It is the same.