Databricks SDK for JavaScript
    Preparing search index...
    interface DataframeSplitInput {
        columns?: JsonValue[];
        data?: JsonValue[];
        index?: number[];
    }
    Index

    Properties

    Properties

    columns?: JsonValue[]

    Columns array for the dataframe

    data?: JsonValue[]

    Data array for the dataframe

    index?: number[]

    Index array for the dataframe