to_arrow

View.to_arrow()[source]

Creates a pyarrow.Table from the view.

Loads the underlying data from the getML engine and constructs a pyarrow.Table.

Returns:
pyarrow.Table:

Pyarrow equivalent of the current instance including its underlying data.