Added multiple set configs.
Browse files
README.md
CHANGED
|
@@ -2,6 +2,23 @@
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
- de
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 5 |
---
|
| 6 |
|
| 7 |
Fetched: 2026-01-04-0238
|
|
|
|
| 2 |
license: cc-by-4.0
|
| 3 |
language:
|
| 4 |
- de
|
| 5 |
+
tags:
|
| 6 |
+
- democracy
|
| 7 |
+
- polis
|
| 8 |
+
- germany
|
| 9 |
+
- politics
|
| 10 |
+
configs:
|
| 11 |
+
- config_name: votes
|
| 12 |
+
data_files: "votes.csv"
|
| 13 |
+
default: true
|
| 14 |
+
- config_name: comments
|
| 15 |
+
data_files: "comments.csv"
|
| 16 |
+
- config_name: comment-groups
|
| 17 |
+
data_files: "comment-groups.csv"
|
| 18 |
+
- config_name: participant-votes
|
| 19 |
+
data_files: "participant-votes.csv"
|
| 20 |
+
- config_name: summary
|
| 21 |
+
data_files: "summary.csv"
|
| 22 |
---
|
| 23 |
|
| 24 |
Fetched: 2026-01-04-0238
|