Reshape Array (DP_RSH)
This function takes an input array of data and reshapes it into a time series format. The resulting time series data can be used for time-based analysis, modeling, and forecasting.
Sample Request
{
"project_id": 41,
"block_id": 10,
"parent_id": 9,
"function_code": "DP_RSH",
"args": {
"data": "",
"dimensions": [2, 21000]
}
}Reshaping Arrays
Reshapes an array based on specified dimensions
Request Body
Name
Type
Description
Last updated