Skip to content

Commit 630ed1e

Browse files
authored
Add files via upload
updating some links and typo
1 parent 645ad66 commit 630ed1e

File tree

3 files changed

+48
-68
lines changed

3 files changed

+48
-68
lines changed

Pluralism_in_Europe/1_Pluralism_Human_Values.ipynb

+11-13
Original file line numberDiff line numberDiff line change
@@ -17,14 +17,12 @@
1717
"metadata": {},
1818
"source": [
1919
"## Abstract\n",
20-
"Taking a broad definition of pluralism, pluralists are people believing that diversity is a good thing for society. In this first data analysis, I've explored who these people are and what values they are sharing. \n",
20+
"Taking a broad definition of pluralism, pluralists are people believing that diversity is a good thing for society. In this first data analysis, I've tried to understand who these people are and what values they are sharing. \n",
2121
"\n",
2222
"To this end, I've used freely available results from the European Social Survey (2018 edition) and in particular its 21-item measure of human values designed by Shalom H. Schwartz.\n",
2323
"\n",
2424
"I’ve highlighted cultural similarities across 27 European countries and have raised some important questions regarding diversity and its multiple meanings.\n",
2525
"\n",
26-
"- [Open call for data scientists](https://github.com/bruchansky/pluralism)\n",
27-
"- More about this project: https://plural.world/alternatives/measuring-pluralism/\n",
2826
"- ESS Round 9: European Social Survey Round 9 Data (2018). Data file edition 3.1. NSD - Norwegian Centre for Research Data, Norway – Data Archive and distributor of ESS data for ESS ERIC. http://dx.doi.org/10.21338/NSD-ESS9-2018\n",
2927
"- The Human Value Scale: https://www.europeansocialsurvey.org/docs/findings/ESS_Findings_HVS.pdf\n",
3028
"\n",
@@ -52,7 +50,7 @@
5250
"3. It is important to her/him to listen to people who are different from her/him. Even when she/he disagrees with them, she/he still wants to understand them.\n",
5351
"4. It is important to her/him to make her/his own decisions about what she/he does. She/he likes to be free and not depend on others.\n",
5452
"\n",
55-
"Comparing these statements with my definition of pluralism, statement #3 (‘ipudrst’ variable) is particularly promising: not only does it express a general interest in difference, but it does explicitly value disagreement, which implies more than just sympathy towards specific sociocultural groups.\n"
53+
"Comparing these statements with our definition of pluralism, statement #3 (‘ipudrst’ variable) is particularly promising: not only does it express a general interest in difference, but it does explicitly value disagreement, which implies more than just sympathy towards specific sociocultural groups.\n"
5654
]
5755
},
5856
{
@@ -123,12 +121,12 @@
123121
" 'ipsuces','ipstrgv','ipadvnt','ipbhprp',\n",
124122
" 'iprspot','iplylfr','impenv','imptrad',\n",
125123
" 'impfun'\n",
126-
" # important to be creative, rich, treat equally, be admired, \n",
127-
" # to live safe, try different things, follow rules, understand different people\n",
128-
" # to be modest, have good time, be free, help people\n",
129-
" # to be successful, that government is strong, to seek adventures, behave properly\n",
130-
" # to get respect, to be loyal to friends, to care for environment, to follow traditions\n",
131-
" # to seek fun\n",
124+
" # line1: important to be creative, rich, treat equally, be admired, \n",
125+
" # 2: to live safe, try different things, follow rules, understand different people\n",
126+
" # 3: to be modest, have good time, be free, help people\n",
127+
" # 4: to be successful, that government is strong, to seek adventures, behave properly\n",
128+
" # 5: to get respect, to be loyal to friends, to care for environment, to follow traditions\n",
129+
" # 6: to seek fun\n",
132130
" ]]\n",
133131
"\n"
134132
]
@@ -227,7 +225,7 @@
227225
"# Create a dataframe to compare human values by country\n",
228226
"countries_series = pd.DataFrame() \n",
229227
"\n",
230-
"# Create a global dataframe including all Europe respondents and explore correlation\n",
228+
"# Create a global dataframe including all European respondents and explore correlation\n",
231229
"ess_dataset_global_human_values = ess_dataset[features_human_values].copy()\n",
232230
"del ess_dataset_global_human_values['cntry']\n",
233231
"corr_matrix = ess_dataset_global_human_values.corr().abs()\n",
@@ -490,7 +488,7 @@
490488
"https://www.europeansocialsurvey.org/docs/methodology/ESS_weighting_data_1_1.pdf\n",
491489
"https://www.europeansocialsurvey.org/docs/methodology/ESS_computing_human_values_scale.pdf\n",
492490
"\n",
493-
"In the following parts of this analysis, I’ll be focussing on Europe’s three most populated countries, which happen to also feature different sets of correlated values to pluralism: UK, France and Germany.\n",
491+
"\n",
494492
"![Most correlated values to pluralism](Most_correlated_value_to_pluralism.png)\n",
495493
"\n",
496494
"**Results are consistent with the human value model used in the survey.** \n",
@@ -507,7 +505,7 @@
507505
"\n",
508506
"**Results hint at tension between what I call principled and sociable pluralists.**\n",
509507
"\n",
510-
"On the one hand, helping people around us and being loyal to our friends certainly requires empathy and the ability to understand people different from us. On the other hand, friends and people around us are probably more similar to us than the average population. This is what I call sociable pluralism.\n",
508+
"On the one hand, helping people around us and being loyal to our friends requires empathy and the ability to understand people different from us. On the other hand, friends and people around us are probably more similar to us than the average population. This is what I call sociable pluralism.\n",
511509
"\n",
512510
"Similarly, believing in environment protection and equal opportunities in life implies that we are all in the same boat, whatever our differences. But it is a more abstract and principled understanding of pluralism than its sociable version. \n",
513511
"\n",

Pluralism_in_Europe/2_Pluralism_Sex&Gender.ipynb

+19-22
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
"As a reminder, I’m taking a broad definition of pluralism: pluralists are people believing that diversity is a good thing for society. Pluralists are people who value not just specific differences but all of them. \n",
2626
"It is thus not enough to sympathize with a specific community or minority group to be considered a pluralist. Pluralists value difference whatever form it takes.\n",
2727
"\n",
28-
"- [Open call for data scientists](https://github.com/bruchansky/pluralism) \n",
2928
"- More about this project: https://plural.world/alternatives/measuring-pluralism/\n",
3029
"- ESS Round 9: European Social Survey Round 9 Data (2018). Data file edition 3.1. NSD - Norwegian Centre for Research Data, Norway – Data Archive and distributor of ESS data for ESS ERIC. http://dx.doi.org/10.21338/NSD-ESS9-2018\n",
3130
"- The Human Value Scale: https://www.europeansocialsurvey.org/docs/findings/ESS_Findings_HVS.pdf\n",
@@ -114,12 +113,12 @@
114113
" 'ipsuces','ipstrgv','ipadvnt','ipbhprp',\n",
115114
" 'iprspot','iplylfr','impenv','imptrad',\n",
116115
" 'impfun'\n",
117-
" # important to be creative, rich, treat equally, be admired, \n",
118-
" # to live safe, try different things, follow rules, understand different people\n",
119-
" # to be modest, have good time, be free, help people\n",
120-
" # to be successful, that government is strong, to seek adventures, behave properly\n",
121-
" # to get respect, to be loyal to friends, to care for environment, to follow traditions\n",
122-
" # to seek fun\n",
116+
" # line 1: important to be creative, rich, treat equally, be admired, \n",
117+
" # 2: to live safe, try different things, follow rules, understand different people\n",
118+
" # 3: to be modest, have good time, be free, help people\n",
119+
" # 4: to be successful, that government is strong, to seek adventures, behave properly\n",
120+
" # 5: to get respect, to be loyal to friends, to care for environment, to follow traditions\n",
121+
" # 6: to seek fun\n",
123122
" ]]\n",
124123
"\n"
125124
]
@@ -246,7 +245,7 @@
246245
"metadata": {},
247246
"source": [
248247
"### Comparing pluralism by country\n",
249-
"As detailed in the first part of this analysis, I'm using the following general statement (‘ipudrst’ variable) to measure how much a respondent embraces diversity (i.e. is a pluralist): “It is important to her/him to listen to people who are different from her/him. Even when she/he disagrees with them, she/he still wants to understand them” .\n",
248+
"As described in the first part of this analysis, I'm using the following general statement (‘ipudrst’ variable) to measure how much a respondent embraces diversity (i.e. is a pluralist): “It is important to her/him to listen to people who are different from her/him. Even when she/he disagrees with them, she/he still wants to understand them” .\n",
250249
"\n",
251250
"Respondents are asked to rate the general statement from 1 (very much like me) to 6 (not like me at all).\n",
252251
"\n",
@@ -301,14 +300,14 @@
301300
"In the table below, I’ve compared people’s attitude towards the same general statement (“It is important to her/him to listen to people who are different from her/him. Even when she/he disagrees with them, she/he still wants to understand them”).\n",
302301
"\n",
303302
"I’ve compared answers based on:\n",
304-
"- Gender (see note 1)\n",
303+
"- Respondants' gender (see note 1)\n",
305304
"- Relationship: living without a partner, with an other-sex or same-sex partner\n",
306305
"- A sense of being discriminated against based on sex or gender\n",
307306
"- Attitude towards gays and lesbians (see note 2)\n",
308307
"\n",
309308
"*Note 1: The survey offers only two options for gender: male or female.*\n",
310309
"\n",
311-
"*Note 2: For simplicity, I have selected people having the most positive attitude towards gays and lesbians (see appendix).*\n",
310+
"*Note 2: For simplicity, I have selected respondants having the most positive attitude towards gays and lesbians (see appendix).*\n",
312311
"\n",
313312
"*In grey are populations that are too small to make accurate comparisons.*"
314313
]
@@ -474,11 +473,11 @@
474473
"3. When they identify as being a woman \n",
475474
"4. When they don’t live with a partner \n",
476475
"\n",
477-
"The order differs slightly per country, but embracing difference is by far most correlated with gender and sexual discrimination. Those most affected by lack of pluralism believe the most strongly in the benefits of diversity, it seems. This probably also explains why European women tend to embrace diversity more than men, but it is only an assumption.\n",
476+
"The order differs slightly per country, but embracing difference is most correlated with gender and sexual discrimination. Those most affected by lack of pluralism believe the most strongly in the benefits of diversity, it seems. This probably also explains why European women tend to embrace diversity more than men, but it is only an assumption.\n",
478477
"\n",
479478
"People feeling sympathy for gay men and lesbians are consistent in their beliefs and are more likely to be pluralists.\n",
480479
"\n",
481-
"This also applies to same-sex couples in Germany and the UK. Surprisingly, it doesn’t apply in France. Furthermore, europeans not living with a partner embrace difference more than those living with a same-sex partner. This might be due to the relatively small number of respondents in the second category. Another explanation could be that same-sex couples have a more conservative lifestyle than singles (more explanations are welcomed!). \n"
480+
"This also applies to same-sex couples in Germany and the UK. Surprisingly, it doesn’t apply in France. Furthermore, europeans not living with a partner embrace difference more than those living with a same-sex partner. This might be due to the relatively small number of respondents in the second category. Another explanation could be that same-sex couples have more conservative values than singles (better explanations are welcomed!). \n"
482481
]
483482
},
484483
{
@@ -642,19 +641,15 @@
642641
"cell_type": "markdown",
643642
"metadata": {},
644643
"source": [
645-
"People discriminated against based on sex or gender do also tend to be more welcoming to immigrants from other races and ethnicities. This is validating the point I was making in the previous section.\n",
644+
"People discriminated against based on sex or gender do also tend to be more welcoming to immigrants from other races and ethnicities. This is validating the assumption I was making in the previous section.\n",
646645
"\n",
647646
"It is also the case for people feeling sympathy for gay men and lesbians. They remain consistent in their appreciation of diversity.\n",
648647
"\n",
649648
"It is not systematically the case for women and singles who, on average, have feelings towards different races and ethnicities that are closer to averages. \n",
650649
"\n",
651650
"It would be wrong to draw too many conclusions from what is a simple exploration. But what is clear is that the feeling of being discriminated against has a much bigger impact on attitude towards diversity than belonging to any gender or sexual orientation group.\n",
652651
"\n",
653-
"Is this a good or bad thing? On the one hand, it is rational and perfectly understandable to value diversity more if we are ourselves being discriminated against. On the other hand, would it not be better if people felt equally passionate about diversity whether they are discriminated against or not? \n",
654-
"\n",
655-
"It is the same perpetual debate as for any other human value: is it right if only disadvantaged communities feel passionate about equality ? For civil servants to always defend public service and for business people to always defend free competition ? Are self-serving human values ok? Or should we all think bigger?\n",
656-
"\n",
657-
"What makes these questions even more problematic is that pluralism is all about embracing diversity. Can people be considered true pluralists if their belief is only serving their own interests? \n",
652+
"Is this a good or bad thing? On the one hand, it is rational and perfectly understandable to value diversity more if we are ourselves being discriminated against. On the other hand, would it not be better if people felt equally passionate about diversity whether they are discriminated against or not?\n",
658653
"\n",
659654
"\n",
660655
"### Next part: Race and Ethniciy\n",
@@ -664,13 +659,13 @@
664659
]
665660
},
666661
{
667-
"cell_type": "markdown",
662+
"cell_type": "raw",
668663
"metadata": {},
669664
"source": [
670665
"### Appendix: Attitude towards gay men and lesbians \n",
671666
" \n",
672667
"\n",
673-
"As noted in the main results, I have selected people having only the most positive attitude towards gay men and lesbians to study the impact their sympathy has on embracing diversity.\n",
668+
"As noted in the main results, I have selected respondants having only the most positive attitude towards gay men and lesbians to study the impact their sympathy has on embracing diversity.\n",
674669
"\n",
675670
"Here is a more detailed analysis performed at the European level and without using design weights.\n",
676671
"\n",
@@ -684,7 +679,9 @@
684679
{
685680
"cell_type": "code",
686681
"execution_count": 12,
687-
"metadata": {},
682+
"metadata": {
683+
"scrolled": true
684+
},
688685
"outputs": [
689686
{
690687
"data": {
@@ -742,7 +739,7 @@
742739
"source": [
743740
"We can see that stronger attitudes towards gay men and lesbians come with stronger attitudes towards difference, which is to be expected. What is surprising is that those strongly against gay freedom also feel strongly about their ability to listen people different than them (anyone has an explanation?).\n",
744741
"\n",
745-
"Overall, people who strongly believe that \"gay men and lesbians should be free to live their own life as they wish\" have the most characteristic attitude towards diversity, this is why I have used this category in my main analysis. "
742+
"Overall though, people who strongly believe that \"gay men and lesbians should be free to live their own life as they wish\" have the most positive attitude towards diversity. "
746743
]
747744
},
748745
{

0 commit comments

Comments
 (0)