DataFrame.FromArrowRecordBatch(RecordBatch) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Wraps a DataFrame around an Arrow Apache.Arrow.RecordBatch without copying data
public static Microsoft.Data.Analysis.DataFrame FromArrowRecordBatch (Apache.Arrow.RecordBatch recordBatch);
static member FromArrowRecordBatch : Apache.Arrow.RecordBatch -> Microsoft.Data.Analysis.DataFrame
Public Shared Function FromArrowRecordBatch (recordBatch As RecordBatch) As DataFrame
Parameters
- recordBatch
- Apache.Arrow.RecordBatch