Use Apache Arrow with Kotlin DataFrame
masterThe dataframe-arrow module enables Kotlin DataFrame to interoperate with Apache Arrow formats. You can use this module to read data from Apache Arrow formats into a DataFrame or to write existing DataFrames into Apache Arrow formats.
For detailed instructions on specific operations, refer to the official documentation on reading and writing Apache Arrow formats.