Send data to a Flight server

push_data(client, data, path)

Arguments

client

pyarrow.flight.FlightClient, as returned by flight_connect()

data

data.frame or RecordBatch to upload

path

string identifier to store the data under

Value

client, invisibly.