Interface KeplerDatasetDataExperimental

Row-major tabular payload — Kepler's native { fields, rows } ingestion shape.

interface KeplerDatasetData {
    fields: readonly KeplerField[];
    rows: readonly (readonly unknown[])[];
}

Properties

Properties

fields: readonly KeplerField[]
rows: readonly (readonly unknown[])[]