DataFrameFactory.

for_visualization

for_visualization( visualization_id: str, auto_index: bool ) -> pandas.DataFrame

Creates a data frame with columns based on the content of the visualization with the provided identifier.

Parameters

nametypedescription
visualization_idstrVisualization identifier.
auto_indexboolDefault True. Enables creation of DataFrame with index depending on the contents of the visualization.

Returns

typedescription
pandas.DataFrameA DataFrame instance.