+++ # ----------------------------------------------------------------------- # Do not edit this file. It is automatically generated by API Documenter. # ----------------------------------------------------------------------- title = "arrowTableToDataFrame" keywords = ["grafana","documentation","sdk","@grafana/data"] type = "docs" +++ ## arrowTableToDataFrame() function ### arrowTableToDataFrame() function Signature ```typescript export declare function arrowTableToDataFrame(table: Table): ArrowDataFrame; ``` Import ```typescript import { arrowTableToDataFrame } from '@grafana/data'; ``` Parameters | Parameter | Type | Description | | --- | --- | --- | | table | Table | | Returns: `ArrowDataFrame`