Skip to content

Commit

Permalink
adding release note and compareReportSuite explanatio
Browse files Browse the repository at this point in the history
  • Loading branch information
pitchmuc committed Apr 26, 2021
1 parent 9b08f77 commit bd99d60
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
20 changes: 19 additions & 1 deletion docs/main.md
Original file line number Diff line number Diff line change
Expand Up @@ -589,4 +589,22 @@ Results for Calculated Metric:
'metrics' : {"metrics/bouncerate","metrics/visits"},
'rsid' : "rsid",
}
```
```

## Compare ReportSuite

The `compareReportSuites` method allows you to compare the setup between reportSuites for either dimensions and metrics.\
It also has several parameters that would allow for extensive comparison (with attribution) or just names.

* compareReportSuites
Compare reportSuite on dimensions (default) or metrics based on the comparison selected.
Returns a dataframe with multi-index and a column telling which elements are differents
Arguments:
* listRsids : REQUIRED : list of report suite ID to compare
* element : REQUIRED : Elements to compare. 2 possible choices:
* dimensions (default)
* metrics
* comparison : REQUIRED : Type of comparison to do:
* full (default) : compare name and settings
* name : compare only names
* save : OPTIONAL : if you want to save in a csv.
1 change: 1 addition & 0 deletions docs/releases.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ The changes have been tracked starting version 0.1.0
* adding `compareReportSuites` method
* adding `reportType` as attribute from projects. Either `desktop` or `mobile`
* adding `version` and `curation` attributes by default on dict version of `project`.
* adding `scanSegment` and `scanCalculatedMetric` methods.

## version 0.2.6

Expand Down

0 comments on commit bd99d60

Please sign in to comment.