Skip to content

Commit f2095d0

Browse files
committed
feat: add information about column total header indexes to DataFrameMetadata
JIRA: CQ-1474 risk: low
1 parent 823cd2b commit f2095d0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

gooddata-pandas/gooddata_pandas/result_convertor.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -443,6 +443,7 @@ class DataFrameMetadata:
443443
"""
444444

445445
row_totals_indexes: list[list[int]]
446+
column_totals_indexes: list[list[int]]
446447
execution_response: BareExecutionResponse
447448
primary_labels_from_index: dict[int, dict[str, str]]
448449
primary_labels_from_columns: dict[int, dict[str, str]]

0 commit comments

Comments
 (0)