eferScroll_Descriptive
    Updated 18 hours ago

    SELECT
    value:"count"::numeric AS "Addresses",
    value:"min"::numeric AS "Min Marks",
    value:"std"::numeric AS "Standard Deviation",
    value:"mean"::numeric AS "Mean (Average)",
    value:"25%"::numeric AS "25%",
    value:"50%"::numeric AS "Median",
    value:"75%"::numeric AS "75%",
    value:"max"::numeric AS "Max Marks"
    FROM (
    SELECT livequery.live.udf_api(
    'https://raw.githubusercontent.com/eferbarn/scroll-marks-sampler/main/assets/Descriptive.json'
    )
    AS response), lateral FLATTEN (input => response:data:data:rows
    )


    Last run: about 18 hours agoAuto-refreshes every 24 hours
    Addresses
    Min Marks
    Standard Deviation
    Mean (Average)
    25%
    Median
    75%
    Max Marks
    1
    19996401665184127156178365
    1
    37B
    3s