DataFrameMetadata.
from_data
from_data(A tuple containing data headers. execution_response: BareExecutionResponse) -> DataFrameMetadata
This method constructs a DataFrameMetadata object from data headers and an execution response.
Parameters
| name | type | description |
|---|---|---|
| A tuple containing data headers. execution_response | BareExecutionResponse | An ExecutionResponse object. |