Datasets:

Modalities:
Text
Formats:
csv
Languages:
English
ArXiv:
Libraries:
Datasets
pandas
License:
esind commited on
Commit
e40a868
·
1 Parent(s): c52ee62

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -0
README.md CHANGED
@@ -1,3 +1,11 @@
1
  ---
2
  license: cc-by-nc-sa-4.0
3
  ---
 
 
 
 
 
 
 
 
 
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
+