polars to-arrow for dataframe

Saves dataframe to arrow file.

Signature

> polars to-arrow {flags} (file)

Parameters

  • file: file path to save dataframe

Input/output types:

inputoutput
anyany

Examples

Saves dataframe to arrow file

> [[a b]; [1 2] [3 4]] | polars into-df | polars to-arrow test.arrow