uncongeniality_analysis/analysis_config_templates/template_descriptive_create_descriptive_aggregated.yaml

11 lines
205 B
YAML
Raw Permalink Normal View History

---
descriptive:
- !descriptive_aggregated
name: "Example_overview"
dataset: "data"
variables:
- 'Count'
- 'totalvotes'
aggregation_function: "sum"
group_by: "user_id"
...