gooddata_pandas.result_convertor.convert_result_to_dataframe

gooddata_pandas.result_convertor.convert_result_to_dataframe(response: BareExecutionResponse, label_overrides: Dict[str, Dict[str, Dict[str, str]]], result_size_limits: Tuple[Optional[int], ...]) DataFrame

Converts execution result to a pandas dataframe, maintaining the dimensionality of the result.

Because the result itself does not contain all the necessary metadata to do the full conversion, this method expects that the execution _response_.

Parameters
  • label_overrides – label overrides

  • response – execution response through which the result can be read and converted to a dataframe

Returns

a new dataframe