Write Arrow IPC file
Writes a DataFrame to an Apache Arrow IPC (Feather v2) file.
df (DataFrame): The DataFrame to write.
DataFrame
path (String): The output file path.
String
write_arrow(df, "data.arrow")
read_arrow