data_profile
ActiveTool of stagenth · 数据工具箱
declared in 1.28.1
数据画像:每列类型/去重近似数/空值率 + 数值列 min/max/avg/std/分位数(1 credit/次)。 相当于 pandas df.describe()——AI 拿它一眼看清整份数据的分布与质量。失败自动退款。 返回 {ok, format, n_rows, n_cols, profile[]}。
Parameters schema
{
"type": "object",
"title": "data_profileArguments",
"properties": {
"fmt": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Fmt",
"default": null,
"description": "格式 csv/tsv/json/ndjson/parquet;缺省自动识别"
},
"file_id": {
"anyOf": [
{
"type": "integer"
},
{
"type": "null"
}
],
"title": "File Id",
"default": null,
"description": "已上传的数据文件 ID(与 data_base64 二选一)"
},
"data_base64": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Data Base64",
"default": null,
"description": "数据文件内容 base64(与 file_id 二选一)"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
stagenth · 数据工具箱
1/7 registries