Update README.md
Browse files
README.md
CHANGED
@@ -1,11 +1,13 @@
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
|
|
|
|
|
|
|
|
3 |
---
|
4 |
The data contains survey questions about global issues and opinions adapted from the World Values Survey (WVS) and Pew Global Attitudes Survey.
|
5 |
|
6 |
The data is in a CSV file with the following columns:
|
7 |
<li>question: The text of the survey question.</li>
|
8 |
<li>selections: A dictionary where the key is the country name and the value is a list of percentages of respondents who selected each answer option for that country.</li>
|
9 |
-
<li>options: A list of the answer options for the given question.</li>
|
10 |
-
|
11 |
-
|
|
|
1 |
---
|
2 |
license: cc-by-nc-sa-4.0
|
3 |
+
language:
|
4 |
+
- en
|
5 |
+
size_categories:
|
6 |
+
- 1K<n<10K
|
7 |
---
|
8 |
The data contains survey questions about global issues and opinions adapted from the World Values Survey (WVS) and Pew Global Attitudes Survey.
|
9 |
|
10 |
The data is in a CSV file with the following columns:
|
11 |
<li>question: The text of the survey question.</li>
|
12 |
<li>selections: A dictionary where the key is the country name and the value is a list of percentages of respondents who selected each answer option for that country.</li>
|
13 |
+
<li>options: A list of the answer options for the given question.</li>
|
|
|
|