-
Notifications
You must be signed in to change notification settings - Fork 11
Open
Description
E.g. when evaluating aggregated data of test-mutli-dimension
experiment in test_multi_dimension
, we require to have another copy of aggregated data without dimensional columns see here.
It would be nice just to "group by" dimensional data without the need to have extra aggregated data without dimensions in agg goals dataframe.
current data:
test-multi-dimension a test_unit_type global exposure 1000 1000 1000 1000 1000
test-multi-dimension b test_unit_type global exposure 1001 1001 1001 1001 1001
test-multi-dimension a test_unit_type unit view button-1 p-1 200 200 200 200 200
test-multi-dimension b test_unit_type unit view button-1 p-1 220 220 220 220 220
test-multi-dimension a test_unit_type unit view button-1 100 100 100 100 100
test-multi-dimension b test_unit_type unit view button-1 180 180 180 180 180
test-multi-dimension a test_unit_type unit view 300 300 300 300 300
test-multi-dimension b test_unit_type unit view 400 400 400 400 400
data format requested in this issue:
test-multi-dimension a test_unit_type global exposure 1000 1000 1000 1000 1000
test-multi-dimension b test_unit_type global exposure 1001 1001 1001 1001 1001
test-multi-dimension a test_unit_type unit view button-1 p-1 200 200 200 200 200
test-multi-dimension b test_unit_type unit view button-1 p-1 220 220 220 220 220
test-multi-dimension a test_unit_type unit view button-1 100 100 100 100 100
test-multi-dimension b test_unit_type unit view button-1 180 180 180 180 180
Metadata
Metadata
Assignees
Labels
No labels