Dataset Stats Counts (DP_STC)

This function shows the number of unique data classes within a specific column

This is a useful block in data processing that shows the number of distinct elements in a specific column

Sample Request

{
    "project_id": 41,
    "block_id": 10,
    "parent_id": 9,
    "function_code": "DP_STC",
    "args": {
        "index": 3
    }
}

Parameter Details

Dataset Stats Counts

POST https://autogon.ai/api/v1/engine/start

Request Body

NameTypeDescription

project_id*

int

current project ID

parent_id*

int

parent block ID

block_id*

int

current block ID

function_code*

String

block's function code

args*

object

block arguments

index*

int

the column index

{
    "status": "true",
    "message": {
        "id": 3,
        "project": 1,
        "block_id": 7,
        "parent_id": 6,
        "dataset_url": "",
        "x_value_url": "",
        "y_value_url": ""
    }
}
// Some code

Last updated