Dataset Aggregate & Pivot

GROUP BY and pivot tables for JSON rows: 11 functions, date buckets, top N, totals, messy numbers.

От сообщества: Добавлен пользователем или импортирован; проверьте владельца перед подключениемРаботаетБез входаГлобальныйБесплатноТолько чтение

Что умеет

    Какие данные видит

    Нужен ли аккаунт

    Не нужен: сервер работает без входа

    GROUP BY and pivot tables for JSON rows: 11 functions, date buckets, top N, totals, messy numbers.

    Список инструментов сервера (2)

    Технические названия из tools/list. Нужны только разработчикам.

    list_capabilitiesReturns the 11 aggregation functions and what each one does, the date bucket formats, the labels used for blank, invalid-date and total rows, and the limits per call (rows, pivot columns, pivot cells, aggregations). Call this first if you are unsure what is available. Free, processes no data.
    aggregate_rowsSQL GROUP BY and a spreadsheet pivot table for a list of JSON rows, in one call. Returns one output row per group with the aggregated columns, plus a summary: groups found, groups dropped by topN, values skipped because they were blank or not numeric (never guessed), and warnings such as a misspelled field name. Use it to turn scraped or API records into totals: orders and revenue per region, average price per brand, listings per city per month, top 10 products by revenue. Messy data is expected: "South" and "south " group together, and "$1,234.50" sums as 1234.5. Leave groupByFields empty to summarise all rows into one row. At most 500 rows per call.
    Dataset Aggregate & Pivot: подключить к Claude, ChatGPT, Cursor · Connectors.fun