Datasets:

License:
cakiki commited on
Commit
191c445
·
1 Parent(s): 9ae7498

Upload cluster_entropy_analysis.ipynb

Browse files
data_01_027/cluster_entropy_analysis.ipynb CHANGED
@@ -2,21 +2,24 @@
2
  "cells": [
3
  {
4
  "cell_type": "code",
5
- "execution_count": 40,
6
  "id": "3d93276e-d83e-48b7-95be-aaaa89244ef9",
7
  "metadata": {},
8
  "outputs": [],
9
  "source": [
10
  "import numpy as np\n",
11
  "import pandas as pd\n",
12
- "import json\n",
13
  "import scipy\n",
14
- "from itertools import chain"
 
 
 
 
15
  ]
16
  },
17
  {
18
  "cell_type": "code",
19
- "execution_count": 2,
20
  "id": "f57c50ca-3581-4412-a160-774f998ce9df",
21
  "metadata": {},
22
  "outputs": [],
@@ -31,6 +34,36 @@
31
  " d_48 = json.load(f)"
32
  ]
33
  },
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
34
  {
35
  "cell_type": "code",
36
  "execution_count": null,
@@ -38,7 +71,7 @@
38
  "metadata": {},
39
  "outputs": [],
40
  "source": [
41
- "# p(cluster | ethnicity, model)\n",
42
  "# p(cluster | gender, model)\n",
43
  "# p(cluster | gender, ethnicity, model) DONE\n",
44
  "# p(cluster | ethnicity) DONE\n",
@@ -144,7 +177,13 @@
144
  "cell_type": "code",
145
  "execution_count": 53,
146
  "id": "0bfc516f-53e0-4f41-bd46-7375913840d6",
147
- "metadata": {},
 
 
 
 
 
 
148
  "outputs": [
149
  {
150
  "data": {
@@ -616,92 +655,1231 @@
616
  "id": "a2dd2700-3a18-446b-883a-d7efaba9df43",
617
  "metadata": {},
618
  "source": [
619
- "# Ethnicities per Model"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
620
  ]
621
  },
622
  {
623
  "cell_type": "code",
624
- "execution_count": 87,
625
- "id": "da76139a-01f4-4b48-89e1-6c13fd9b6950",
626
  "metadata": {},
627
  "outputs": [
628
  {
629
  "data": {
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
630
  "text/plain": [
631
- "[['South Asian woman DallE', 10],\n",
632
- " ['South Asian woman SD_14', 10],\n",
633
- " ['South Asian woman SD_2', 10],\n",
634
- " ['East Asian woman SD_14', 10],\n",
635
- " ['East Asian woman DallE', 10],\n",
636
- " ['Southeast Asian woman SD_2', 10],\n",
637
- " ['Southeast Asian woman SD_14', 9],\n",
638
- " ['East Asian woman SD_2', 9],\n",
639
- " ['South Asian non-binary SD_2', 8],\n",
640
- " ['American Indian woman DallE', 6],\n",
641
- " ['Indigenous American woman DallE', 6],\n",
642
- " ['South Asian non-binary SD_14', 6],\n",
643
- " ['East Asian person SD_14', 6],\n",
644
- " ['South Asian non-binary DallE', 5],\n",
645
- " ['Pacific Islander woman SD_14', 5],\n",
646
- " ['Indigenous American non-binary SD_2', 4],\n",
647
- " ['Pacific Islander non-binary DallE', 4],\n",
648
- " ['Hispanic non-binary DallE', 4],\n",
649
- " ['First Nations non-binary DallE', 4],\n",
650
- " ['Indigenous American non-binary DallE', 4],\n",
651
- " ['Native American woman DallE', 4],\n",
652
- " ['Pacific Islander person SD_14', 4],\n",
653
- " ['Pacific Islander woman DallE', 3],\n",
654
- " ['Pacific Islander woman SD_2', 3],\n",
655
- " ['Hispanic non-binary SD_14', 3],\n",
656
- " ['First Nations woman DallE', 3],\n",
657
- " ['Latino non-binary SD_2', 3],\n",
658
- " ['Latinx non-binary SD_2', 3],\n",
659
- " ['Hispanic non-binary SD_2', 3],\n",
660
- " ['East Asian person SD_2', 3],\n",
661
- " ['Latinx non-binary SD_14', 2],\n",
662
- " ['Latinx person DallE', 2],\n",
663
- " ['South Asian person SD_14', 2],\n",
664
- " ['Latino non-binary DallE', 2],\n",
665
- " ['Multiracial non-binary DallE', 2],\n",
666
- " ['Pacific Islander non-binary SD_2', 2],\n",
667
- " ['Southeast Asian non-binary DallE', 2],\n",
668
- " ['Hispanic woman SD_14', 2],\n",
669
- " ['Latinx person SD_2', 2],\n",
670
- " ['Native American non-binary DallE', 2],\n",
671
- " ['Southeast Asian woman DallE', 2],\n",
672
- " ['East Asian non-binary SD_2', 2],\n",
673
- " ['Native American non-binary SD_2', 1],\n",
674
- " ['Hispanic woman DallE', 1],\n",
675
- " ['Latino woman DallE', 1],\n",
676
- " ['African-American non-binary SD_14', 1],\n",
677
- " ['Multiracial woman DallE', 1],\n",
678
- " ['Multiracial non-binary SD_14', 1],\n",
679
- " ['Indigenous American non-binary SD_14', 1],\n",
680
- " ['Native American person DallE', 1],\n",
681
- " ['American Indian non-binary DallE', 1],\n",
682
- " ['Southeast Asian person SD_14', 1],\n",
683
- " ['Pacific Islander non-binary SD_14', 1],\n",
684
- " ['Latinx woman SD_14', 1],\n",
685
- " ['White woman SD_14', 1],\n",
686
- " ['Latinx woman SD_2', 1],\n",
687
- " ['Hispanic woman SD_2', 1],\n",
688
- " ['White woman SD_2', 1],\n",
689
- " ['woman SD_2', 1],\n",
690
- " ['First Nations non-binary SD_2', 1],\n",
691
- " ['American Indian non-binary SD_2', 1],\n",
692
- " ['Latino woman SD_14', 1],\n",
693
- " ['East Asian non-binary SD_14', 1],\n",
694
- " ['East Asian person DallE', 1],\n",
695
- " ['Indigenous American person DallE', 1]]"
696
  ]
697
  },
698
- "execution_count": 87,
699
  "metadata": {},
700
- "output_type": "execute_result"
701
- }
702
- ],
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
703
  "source": [
704
- "d_12[0]['labels_full']"
 
 
 
 
 
 
 
705
  ]
706
  },
707
  {
 
2
  "cells": [
3
  {
4
  "cell_type": "code",
5
+ "execution_count": 95,
6
  "id": "3d93276e-d83e-48b7-95be-aaaa89244ef9",
7
  "metadata": {},
8
  "outputs": [],
9
  "source": [
10
  "import numpy as np\n",
11
  "import pandas as pd\n",
 
12
  "import scipy\n",
13
+ "\n",
14
+ "import json\n",
15
+ "import re\n",
16
+ "from itertools import chain\n",
17
+ "from collections import Counter"
18
  ]
19
  },
20
  {
21
  "cell_type": "code",
22
+ "execution_count": 125,
23
  "id": "f57c50ca-3581-4412-a160-774f998ce9df",
24
  "metadata": {},
25
  "outputs": [],
 
34
  " d_48 = json.load(f)"
35
  ]
36
  },
37
+ {
38
+ "cell_type": "code",
39
+ "execution_count": 122,
40
+ "id": "50727b12-9dcb-4f31-b914-801bcd721949",
41
+ "metadata": {},
42
+ "outputs": [],
43
+ "source": [
44
+ "def reduce_full_to_ethnicities_model(d):\n",
45
+ " c = Counter()\n",
46
+ " for k,v in d['labels_full']:\n",
47
+ " k_without_gender = re.split(\"woman|man|person|non-binary\", k)\n",
48
+ " k_without_gender = re.split(\"woman|man|person|non-binary\",k)\n",
49
+ " k_without_gender = ''.join(k_without_gender)\n",
50
+ " k_without_gender = k_without_gender.strip().replace(\" \", \" \")\n",
51
+ " c[k_without_gender] = v\n",
52
+ " return [[k,v] for k,v in c.items()]"
53
+ ]
54
+ },
55
+ {
56
+ "cell_type": "code",
57
+ "execution_count": 126,
58
+ "id": "da978f3b-8f94-4d1b-bae2-f3bb4e9986b4",
59
+ "metadata": {},
60
+ "outputs": [],
61
+ "source": [
62
+ "for cluster_dicts in [d_12, d_24, d_48]:\n",
63
+ " for d in cluster_dicts:\n",
64
+ " d[\"labels_ethnicity_model\"] = reduce_full_to_ethnicities_model(d)"
65
+ ]
66
+ },
67
  {
68
  "cell_type": "code",
69
  "execution_count": null,
 
71
  "metadata": {},
72
  "outputs": [],
73
  "source": [
74
+ "# p(cluster | ethnicity, model) DONE\n",
75
  "# p(cluster | gender, model)\n",
76
  "# p(cluster | gender, ethnicity, model) DONE\n",
77
  "# p(cluster | ethnicity) DONE\n",
 
177
  "cell_type": "code",
178
  "execution_count": 53,
179
  "id": "0bfc516f-53e0-4f41-bd46-7375913840d6",
180
+ "metadata": {
181
+ "collapsed": true,
182
+ "jupyter": {
183
+ "outputs_hidden": true
184
+ },
185
+ "tags": []
186
+ },
187
  "outputs": [
188
  {
189
  "data": {
 
655
  "id": "a2dd2700-3a18-446b-883a-d7efaba9df43",
656
  "metadata": {},
657
  "source": [
658
+ "# Ethnicities X Model"
659
+ ]
660
+ },
661
+ {
662
+ "cell_type": "code",
663
+ "execution_count": 128,
664
+ "id": "95a27f11-db32-448f-9712-6b6f18457515",
665
+ "metadata": {},
666
+ "outputs": [],
667
+ "source": [
668
+ "entropies = []\n",
669
+ "random_entropies = []\n",
670
+ "for cluster_dicts in [d_12, d_24, d_48]:\n",
671
+ " entropy = dict()\n",
672
+ " random_entropy = dict()\n",
673
+ " n_clusters = len(cluster_dicts)\n",
674
+ " all_ethnicities_models = [list(dict(d['labels_ethnicity_model']).keys()) for d in cluster_dicts]\n",
675
+ " all_ethnicities_models = list(set(chain(*all_ethnicities_models)))\n",
676
+ " for ethnicity_model in all_ethnicities_models:\n",
677
+ " h = []\n",
678
+ " for i in cluster_dicts:\n",
679
+ " h.append(dict(i['labels_ethnicity_model']).get(ethnicity_model, 0))\n",
680
+ " h = np.array(h)\n",
681
+ " r = np.ones_like(h)\n",
682
+ " entropy[ethnicity_model] = scipy.stats.entropy(h / sum(h), base=2)\n",
683
+ " entropies.append(entropy)"
684
  ]
685
  },
686
  {
687
  "cell_type": "code",
688
+ "execution_count": 130,
689
+ "id": "6a1f1689-e59b-408b-8886-a42113fb6faa",
690
  "metadata": {},
691
  "outputs": [
692
  {
693
  "data": {
694
+ "text/html": [
695
+ "<style type=\"text/css\">\n",
696
+ "#T_bd27b_row0_col0 {\n",
697
+ " background-color: #2165ab;\n",
698
+ " color: #f1f1f1;\n",
699
+ "}\n",
700
+ "#T_bd27b_row1_col0 {\n",
701
+ " background-color: #2075b3;\n",
702
+ " color: #f1f1f1;\n",
703
+ "}\n",
704
+ "#T_bd27b_row2_col0, #T_bd27b_row3_col0 {\n",
705
+ " background-color: #2076b3;\n",
706
+ " color: #f1f1f1;\n",
707
+ "}\n",
708
+ "#T_bd27b_row4_col0 {\n",
709
+ " background-color: #1f7ab5;\n",
710
+ " color: #f1f1f1;\n",
711
+ "}\n",
712
+ "#T_bd27b_row5_col0 {\n",
713
+ " background-color: #1f7eb7;\n",
714
+ " color: #f1f1f1;\n",
715
+ "}\n",
716
+ "#T_bd27b_row6_col0 {\n",
717
+ " background-color: #1f80b8;\n",
718
+ " color: #f1f1f1;\n",
719
+ "}\n",
720
+ "#T_bd27b_row7_col0 {\n",
721
+ " background-color: #1e83ba;\n",
722
+ " color: #f1f1f1;\n",
723
+ "}\n",
724
+ "#T_bd27b_row8_col0 {\n",
725
+ " background-color: #1e88bc;\n",
726
+ " color: #f1f1f1;\n",
727
+ "}\n",
728
+ "#T_bd27b_row9_col0 {\n",
729
+ " background-color: #1e8abd;\n",
730
+ " color: #f1f1f1;\n",
731
+ "}\n",
732
+ "#T_bd27b_row10_col0 {\n",
733
+ " background-color: #1d91c0;\n",
734
+ " color: #f1f1f1;\n",
735
+ "}\n",
736
+ "#T_bd27b_row11_col0, #T_bd27b_row12_col0 {\n",
737
+ " background-color: #2195c0;\n",
738
+ " color: #f1f1f1;\n",
739
+ "}\n",
740
+ "#T_bd27b_row13_col0 {\n",
741
+ " background-color: #2b9fc2;\n",
742
+ " color: #f1f1f1;\n",
743
+ "}\n",
744
+ "#T_bd27b_row14_col0, #T_bd27b_row15_col0 {\n",
745
+ " background-color: #2da2c2;\n",
746
+ " color: #f1f1f1;\n",
747
+ "}\n",
748
+ "#T_bd27b_row16_col0 {\n",
749
+ " background-color: #2ea3c2;\n",
750
+ " color: #f1f1f1;\n",
751
+ "}\n",
752
+ "#T_bd27b_row17_col0 {\n",
753
+ " background-color: #31a5c2;\n",
754
+ " color: #f1f1f1;\n",
755
+ "}\n",
756
+ "#T_bd27b_row18_col0, #T_bd27b_row19_col0, #T_bd27b_row20_col0 {\n",
757
+ " background-color: #35aac3;\n",
758
+ " color: #f1f1f1;\n",
759
+ "}\n",
760
+ "#T_bd27b_row21_col0, #T_bd27b_row22_col0 {\n",
761
+ " background-color: #36abc3;\n",
762
+ " color: #f1f1f1;\n",
763
+ "}\n",
764
+ "#T_bd27b_row23_col0 {\n",
765
+ " background-color: #37acc3;\n",
766
+ " color: #f1f1f1;\n",
767
+ "}\n",
768
+ "#T_bd27b_row24_col0 {\n",
769
+ " background-color: #3aaec3;\n",
770
+ " color: #f1f1f1;\n",
771
+ "}\n",
772
+ "#T_bd27b_row25_col0, #T_bd27b_row26_col0 {\n",
773
+ " background-color: #3cb1c3;\n",
774
+ " color: #f1f1f1;\n",
775
+ "}\n",
776
+ "#T_bd27b_row27_col0 {\n",
777
+ " background-color: #42b6c4;\n",
778
+ " color: #f1f1f1;\n",
779
+ "}\n",
780
+ "#T_bd27b_row28_col0 {\n",
781
+ " background-color: #46b8c3;\n",
782
+ " color: #f1f1f1;\n",
783
+ "}\n",
784
+ "#T_bd27b_row29_col0 {\n",
785
+ " background-color: #48b9c3;\n",
786
+ " color: #f1f1f1;\n",
787
+ "}\n",
788
+ "#T_bd27b_row30_col0 {\n",
789
+ " background-color: #4cbac2;\n",
790
+ " color: #f1f1f1;\n",
791
+ "}\n",
792
+ "#T_bd27b_row31_col0 {\n",
793
+ " background-color: #4ebbc2;\n",
794
+ " color: #000000;\n",
795
+ "}\n",
796
+ "#T_bd27b_row32_col0 {\n",
797
+ " background-color: #50bbc2;\n",
798
+ " color: #000000;\n",
799
+ "}\n",
800
+ "#T_bd27b_row33_col0 {\n",
801
+ " background-color: #52bcc2;\n",
802
+ " color: #000000;\n",
803
+ "}\n",
804
+ "#T_bd27b_row34_col0, #T_bd27b_row35_col0 {\n",
805
+ " background-color: #5bc0c0;\n",
806
+ " color: #000000;\n",
807
+ "}\n",
808
+ "#T_bd27b_row36_col0 {\n",
809
+ " background-color: #61c2bf;\n",
810
+ " color: #000000;\n",
811
+ "}\n",
812
+ "#T_bd27b_row37_col0 {\n",
813
+ " background-color: #6bc6be;\n",
814
+ " color: #000000;\n",
815
+ "}\n",
816
+ "#T_bd27b_row38_col0, #T_bd27b_row39_col0 {\n",
817
+ " background-color: #75c9bd;\n",
818
+ " color: #000000;\n",
819
+ "}\n",
820
+ "#T_bd27b_row40_col0 {\n",
821
+ " background-color: #78cbbc;\n",
822
+ " color: #000000;\n",
823
+ "}\n",
824
+ "#T_bd27b_row41_col0 {\n",
825
+ " background-color: #7ecdbb;\n",
826
+ " color: #000000;\n",
827
+ "}\n",
828
+ "#T_bd27b_row42_col0, #T_bd27b_row43_col0 {\n",
829
+ " background-color: #92d5b9;\n",
830
+ " color: #000000;\n",
831
+ "}\n",
832
+ "#T_bd27b_row44_col0 {\n",
833
+ " background-color: #a5dcb7;\n",
834
+ " color: #000000;\n",
835
+ "}\n",
836
+ "#T_bd27b_row45_col0 {\n",
837
+ " background-color: #c6e9b4;\n",
838
+ " color: #000000;\n",
839
+ "}\n",
840
+ "#T_bd27b_row46_col0 {\n",
841
+ " background-color: #c9eab4;\n",
842
+ " color: #000000;\n",
843
+ "}\n",
844
+ "#T_bd27b_row47_col0 {\n",
845
+ " background-color: #ceecb3;\n",
846
+ " color: #000000;\n",
847
+ "}\n",
848
+ "#T_bd27b_row48_col0 {\n",
849
+ " background-color: #d1edb3;\n",
850
+ " color: #000000;\n",
851
+ "}\n",
852
+ "#T_bd27b_row49_col0 {\n",
853
+ " background-color: #dcf1b2;\n",
854
+ " color: #000000;\n",
855
+ "}\n",
856
+ "#T_bd27b_row50_col0 {\n",
857
+ " background-color: #ffffd9;\n",
858
+ " color: #000000;\n",
859
+ "}\n",
860
+ "</style>\n",
861
+ "<table id=\"T_bd27b\">\n",
862
+ " <thead>\n",
863
+ " <tr>\n",
864
+ " <th class=\"blank level0\" >&nbsp;</th>\n",
865
+ " <th id=\"T_bd27b_level0_col0\" class=\"col_heading level0 col0\" >entropy</th>\n",
866
+ " </tr>\n",
867
+ " </thead>\n",
868
+ " <tbody>\n",
869
+ " <tr>\n",
870
+ " <th id=\"T_bd27b_level0_row0\" class=\"row_heading level0 row0\" >Multiracial DallE</th>\n",
871
+ " <td id=\"T_bd27b_row0_col0\" class=\"data row0 col0\" >2.92</td>\n",
872
+ " </tr>\n",
873
+ " <tr>\n",
874
+ " <th id=\"T_bd27b_level0_row1\" class=\"row_heading level0 row1\" >Pacific Islander SD_2</th>\n",
875
+ " <td id=\"T_bd27b_row1_col0\" class=\"data row1 col0\" >2.78</td>\n",
876
+ " </tr>\n",
877
+ " <tr>\n",
878
+ " <th id=\"T_bd27b_level0_row2\" class=\"row_heading level0 row2\" >Latinx SD_2</th>\n",
879
+ " <td id=\"T_bd27b_row2_col0\" class=\"data row2 col0\" >2.76</td>\n",
880
+ " </tr>\n",
881
+ " <tr>\n",
882
+ " <th id=\"T_bd27b_level0_row3\" class=\"row_heading level0 row3\" >Southeast Asian DallE</th>\n",
883
+ " <td id=\"T_bd27b_row3_col0\" class=\"data row3 col0\" >2.75</td>\n",
884
+ " </tr>\n",
885
+ " <tr>\n",
886
+ " <th id=\"T_bd27b_level0_row4\" class=\"row_heading level0 row4\" >Multiracial SD_14</th>\n",
887
+ " <td id=\"T_bd27b_row4_col0\" class=\"data row4 col0\" >2.72</td>\n",
888
+ " </tr>\n",
889
+ " <tr>\n",
890
+ " <th id=\"T_bd27b_level0_row5\" class=\"row_heading level0 row5\" >Latino SD_2</th>\n",
891
+ " <td id=\"T_bd27b_row5_col0\" class=\"data row5 col0\" >2.69</td>\n",
892
+ " </tr>\n",
893
+ " <tr>\n",
894
+ " <th id=\"T_bd27b_level0_row6\" class=\"row_heading level0 row6\" >Hispanic SD_2</th>\n",
895
+ " <td id=\"T_bd27b_row6_col0\" class=\"data row6 col0\" >2.66</td>\n",
896
+ " </tr>\n",
897
+ " <tr>\n",
898
+ " <th id=\"T_bd27b_level0_row7\" class=\"row_heading level0 row7\" >Latinx DallE</th>\n",
899
+ " <td id=\"T_bd27b_row7_col0\" class=\"data row7 col0\" >2.63</td>\n",
900
+ " </tr>\n",
901
+ " <tr>\n",
902
+ " <th id=\"T_bd27b_level0_row8\" class=\"row_heading level0 row8\" >Latino DallE</th>\n",
903
+ " <td id=\"T_bd27b_row8_col0\" class=\"data row8 col0\" >2.59</td>\n",
904
+ " </tr>\n",
905
+ " <tr>\n",
906
+ " <th id=\"T_bd27b_level0_row9\" class=\"row_heading level0 row9\" >First Nations DallE</th>\n",
907
+ " <td id=\"T_bd27b_row9_col0\" class=\"data row9 col0\" >2.57</td>\n",
908
+ " </tr>\n",
909
+ " <tr>\n",
910
+ " <th id=\"T_bd27b_level0_row10\" class=\"row_heading level0 row10\" >Hispanic SD_14</th>\n",
911
+ " <td id=\"T_bd27b_row10_col0\" class=\"data row10 col0\" >2.50</td>\n",
912
+ " </tr>\n",
913
+ " <tr>\n",
914
+ " <th id=\"T_bd27b_level0_row11\" class=\"row_heading level0 row11\" >Latino SD_14</th>\n",
915
+ " <td id=\"T_bd27b_row11_col0\" class=\"data row11 col0\" >2.45</td>\n",
916
+ " </tr>\n",
917
+ " <tr>\n",
918
+ " <th id=\"T_bd27b_level0_row12\" class=\"row_heading level0 row12\" >Caucasian SD_14</th>\n",
919
+ " <td id=\"T_bd27b_row12_col0\" class=\"data row12 col0\" >2.44</td>\n",
920
+ " </tr>\n",
921
+ " <tr>\n",
922
+ " <th id=\"T_bd27b_level0_row13\" class=\"row_heading level0 row13\" >Southeast Asian SD_14</th>\n",
923
+ " <td id=\"T_bd27b_row13_col0\" class=\"data row13 col0\" >2.30</td>\n",
924
+ " </tr>\n",
925
+ " <tr>\n",
926
+ " <th id=\"T_bd27b_level0_row14\" class=\"row_heading level0 row14\" >Multiracial SD_2</th>\n",
927
+ " <td id=\"T_bd27b_row14_col0\" class=\"data row14 col0\" >2.28</td>\n",
928
+ " </tr>\n",
929
+ " <tr>\n",
930
+ " <th id=\"T_bd27b_level0_row15\" class=\"row_heading level0 row15\" >Pacific Islander DallE</th>\n",
931
+ " <td id=\"T_bd27b_row15_col0\" class=\"data row15 col0\" >2.27</td>\n",
932
+ " </tr>\n",
933
+ " <tr>\n",
934
+ " <th id=\"T_bd27b_level0_row16\" class=\"row_heading level0 row16\" >American Indian SD_2</th>\n",
935
+ " <td id=\"T_bd27b_row16_col0\" class=\"data row16 col0\" >2.26</td>\n",
936
+ " </tr>\n",
937
+ " <tr>\n",
938
+ " <th id=\"T_bd27b_level0_row17\" class=\"row_heading level0 row17\" >Latinx SD_14</th>\n",
939
+ " <td id=\"T_bd27b_row17_col0\" class=\"data row17 col0\" >2.22</td>\n",
940
+ " </tr>\n",
941
+ " <tr>\n",
942
+ " <th id=\"T_bd27b_level0_row18\" class=\"row_heading level0 row18\" >Indigenous American DallE</th>\n",
943
+ " <td id=\"T_bd27b_row18_col0\" class=\"data row18 col0\" >2.17</td>\n",
944
+ " </tr>\n",
945
+ " <tr>\n",
946
+ " <th id=\"T_bd27b_level0_row19\" class=\"row_heading level0 row19\" >SD_2</th>\n",
947
+ " <td id=\"T_bd27b_row19_col0\" class=\"data row19 col0\" >2.16</td>\n",
948
+ " </tr>\n",
949
+ " <tr>\n",
950
+ " <th id=\"T_bd27b_level0_row20\" class=\"row_heading level0 row20\" >White SD_14</th>\n",
951
+ " <td id=\"T_bd27b_row20_col0\" class=\"data row20 col0\" >2.16</td>\n",
952
+ " </tr>\n",
953
+ " <tr>\n",
954
+ " <th id=\"T_bd27b_level0_row21\" class=\"row_heading level0 row21\" >Native American DallE</th>\n",
955
+ " <td id=\"T_bd27b_row21_col0\" class=\"data row21 col0\" >2.16</td>\n",
956
+ " </tr>\n",
957
+ " <tr>\n",
958
+ " <th id=\"T_bd27b_level0_row22\" class=\"row_heading level0 row22\" >Hispanic DallE</th>\n",
959
+ " <td id=\"T_bd27b_row22_col0\" class=\"data row22 col0\" >2.15</td>\n",
960
+ " </tr>\n",
961
+ " <tr>\n",
962
+ " <th id=\"T_bd27b_level0_row23\" class=\"row_heading level0 row23\" >Pacific Islander SD_14</th>\n",
963
+ " <td id=\"T_bd27b_row23_col0\" class=\"data row23 col0\" >2.13</td>\n",
964
+ " </tr>\n",
965
+ " <tr>\n",
966
+ " <th id=\"T_bd27b_level0_row24\" class=\"row_heading level0 row24\" >Indigenous American SD_2</th>\n",
967
+ " <td id=\"T_bd27b_row24_col0\" class=\"data row24 col0\" >2.10</td>\n",
968
+ " </tr>\n",
969
+ " <tr>\n",
970
+ " <th id=\"T_bd27b_level0_row25\" class=\"row_heading level0 row25\" >Native American SD_2</th>\n",
971
+ " <td id=\"T_bd27b_row25_col0\" class=\"data row25 col0\" >2.07</td>\n",
972
+ " </tr>\n",
973
+ " <tr>\n",
974
+ " <th id=\"T_bd27b_level0_row26\" class=\"row_heading level0 row26\" >White SD_2</th>\n",
975
+ " <td id=\"T_bd27b_row26_col0\" class=\"data row26 col0\" >2.06</td>\n",
976
+ " </tr>\n",
977
+ " <tr>\n",
978
+ " <th id=\"T_bd27b_level0_row27\" class=\"row_heading level0 row27\" >East Asian DallE</th>\n",
979
+ " <td id=\"T_bd27b_row27_col0\" class=\"data row27 col0\" >1.99</td>\n",
980
+ " </tr>\n",
981
+ " <tr>\n",
982
+ " <th id=\"T_bd27b_level0_row28\" class=\"row_heading level0 row28\" >African-American SD_14</th>\n",
983
+ " <td id=\"T_bd27b_row28_col0\" class=\"data row28 col0\" >1.96</td>\n",
984
+ " </tr>\n",
985
+ " <tr>\n",
986
+ " <th id=\"T_bd27b_level0_row29\" class=\"row_heading level0 row29\" >First Nations SD_2</th>\n",
987
+ " <td id=\"T_bd27b_row29_col0\" class=\"data row29 col0\" >1.94</td>\n",
988
+ " </tr>\n",
989
+ " <tr>\n",
990
+ " <th id=\"T_bd27b_level0_row30\" class=\"row_heading level0 row30\" >Caucasian SD_2</th>\n",
991
+ " <td id=\"T_bd27b_row30_col0\" class=\"data row30 col0\" >1.91</td>\n",
992
+ " </tr>\n",
993
+ " <tr>\n",
994
+ " <th id=\"T_bd27b_level0_row31\" class=\"row_heading level0 row31\" >American Indian DallE</th>\n",
995
+ " <td id=\"T_bd27b_row31_col0\" class=\"data row31 col0\" >1.91</td>\n",
996
+ " </tr>\n",
997
+ " <tr>\n",
998
+ " <th id=\"T_bd27b_level0_row32\" class=\"row_heading level0 row32\" >Southeast Asian SD_2</th>\n",
999
+ " <td id=\"T_bd27b_row32_col0\" class=\"data row32 col0\" >1.88</td>\n",
1000
+ " </tr>\n",
1001
+ " <tr>\n",
1002
+ " <th id=\"T_bd27b_level0_row33\" class=\"row_heading level0 row33\" >SD_14</th>\n",
1003
+ " <td id=\"T_bd27b_row33_col0\" class=\"data row33 col0\" >1.87</td>\n",
1004
+ " </tr>\n",
1005
+ " <tr>\n",
1006
+ " <th id=\"T_bd27b_level0_row34\" class=\"row_heading level0 row34\" >Caucasian DallE</th>\n",
1007
+ " <td id=\"T_bd27b_row34_col0\" class=\"data row34 col0\" >1.79</td>\n",
1008
+ " </tr>\n",
1009
+ " <tr>\n",
1010
+ " <th id=\"T_bd27b_level0_row35\" class=\"row_heading level0 row35\" >First Nations SD_14</th>\n",
1011
+ " <td id=\"T_bd27b_row35_col0\" class=\"data row35 col0\" >1.78</td>\n",
1012
+ " </tr>\n",
1013
+ " <tr>\n",
1014
+ " <th id=\"T_bd27b_level0_row36\" class=\"row_heading level0 row36\" >South Asian DallE</th>\n",
1015
+ " <td id=\"T_bd27b_row36_col0\" class=\"data row36 col0\" >1.73</td>\n",
1016
+ " </tr>\n",
1017
+ " <tr>\n",
1018
+ " <th id=\"T_bd27b_level0_row37\" class=\"row_heading level0 row37\" >Indigenous American SD_14</th>\n",
1019
+ " <td id=\"T_bd27b_row37_col0\" class=\"data row37 col0\" >1.66</td>\n",
1020
+ " </tr>\n",
1021
+ " <tr>\n",
1022
+ " <th id=\"T_bd27b_level0_row38\" class=\"row_heading level0 row38\" >White DallE</th>\n",
1023
+ " <td id=\"T_bd27b_row38_col0\" class=\"data row38 col0\" >1.59</td>\n",
1024
+ " </tr>\n",
1025
+ " <tr>\n",
1026
+ " <th id=\"T_bd27b_level0_row39\" class=\"row_heading level0 row39\" >African-American DallE</th>\n",
1027
+ " <td id=\"T_bd27b_row39_col0\" class=\"data row39 col0\" >1.58</td>\n",
1028
+ " </tr>\n",
1029
+ " <tr>\n",
1030
+ " <th id=\"T_bd27b_level0_row40\" class=\"row_heading level0 row40\" >Black DallE</th>\n",
1031
+ " <td id=\"T_bd27b_row40_col0\" class=\"data row40 col0\" >1.55</td>\n",
1032
+ " </tr>\n",
1033
+ " <tr>\n",
1034
+ " <th id=\"T_bd27b_level0_row41\" class=\"row_heading level0 row41\" >East Asian SD_2</th>\n",
1035
+ " <td id=\"T_bd27b_row41_col0\" class=\"data row41 col0\" >1.50</td>\n",
1036
+ " </tr>\n",
1037
+ " <tr>\n",
1038
+ " <th id=\"T_bd27b_level0_row42\" class=\"row_heading level0 row42\" >Black SD_14</th>\n",
1039
+ " <td id=\"T_bd27b_row42_col0\" class=\"data row42 col0\" >1.36</td>\n",
1040
+ " </tr>\n",
1041
+ " <tr>\n",
1042
+ " <th id=\"T_bd27b_level0_row43\" class=\"row_heading level0 row43\" >South Asian SD_2</th>\n",
1043
+ " <td id=\"T_bd27b_row43_col0\" class=\"data row43 col0\" >1.36</td>\n",
1044
+ " </tr>\n",
1045
+ " <tr>\n",
1046
+ " <th id=\"T_bd27b_level0_row44\" class=\"row_heading level0 row44\" >Black SD_2</th>\n",
1047
+ " <td id=\"T_bd27b_row44_col0\" class=\"data row44 col0\" >1.23</td>\n",
1048
+ " </tr>\n",
1049
+ " <tr>\n",
1050
+ " <th id=\"T_bd27b_level0_row45\" class=\"row_heading level0 row45\" >African-American SD_2</th>\n",
1051
+ " <td id=\"T_bd27b_row45_col0\" class=\"data row45 col0\" >1.00</td>\n",
1052
+ " </tr>\n",
1053
+ " <tr>\n",
1054
+ " <th id=\"T_bd27b_level0_row46\" class=\"row_heading level0 row46\" >American Indian SD_14</th>\n",
1055
+ " <td id=\"T_bd27b_row46_col0\" class=\"data row46 col0\" >0.97</td>\n",
1056
+ " </tr>\n",
1057
+ " <tr>\n",
1058
+ " <th id=\"T_bd27b_level0_row47\" class=\"row_heading level0 row47\" >South Asian SD_14</th>\n",
1059
+ " <td id=\"T_bd27b_row47_col0\" class=\"data row47 col0\" >0.92</td>\n",
1060
+ " </tr>\n",
1061
+ " <tr>\n",
1062
+ " <th id=\"T_bd27b_level0_row48\" class=\"row_heading level0 row48\" >DallE</th>\n",
1063
+ " <td id=\"T_bd27b_row48_col0\" class=\"data row48 col0\" >0.87</td>\n",
1064
+ " </tr>\n",
1065
+ " <tr>\n",
1066
+ " <th id=\"T_bd27b_level0_row49\" class=\"row_heading level0 row49\" >East Asian SD_14</th>\n",
1067
+ " <td id=\"T_bd27b_row49_col0\" class=\"data row49 col0\" >0.72</td>\n",
1068
+ " </tr>\n",
1069
+ " <tr>\n",
1070
+ " <th id=\"T_bd27b_level0_row50\" class=\"row_heading level0 row50\" >Native American SD_14</th>\n",
1071
+ " <td id=\"T_bd27b_row50_col0\" class=\"data row50 col0\" >0.00</td>\n",
1072
+ " </tr>\n",
1073
+ " </tbody>\n",
1074
+ "</table>\n"
1075
+ ],
1076
  "text/plain": [
1077
+ "<pandas.io.formats.style.Styler at 0x7fc0d4c39520>"
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1078
  ]
1079
  },
 
1080
  "metadata": {},
1081
+ "output_type": "display_data"
1082
+ },
1083
+ {
1084
+ "data": {
1085
+ "text/html": [
1086
+ "<style type=\"text/css\">\n",
1087
+ "#T_db303_row0_col0 {\n",
1088
+ " background-color: #162874;\n",
1089
+ " color: #f1f1f1;\n",
1090
+ "}\n",
1091
+ "#T_db303_row1_col0 {\n",
1092
+ " background-color: #21308b;\n",
1093
+ " color: #f1f1f1;\n",
1094
+ "}\n",
1095
+ "#T_db303_row2_col0 {\n",
1096
+ " background-color: #243f99;\n",
1097
+ " color: #f1f1f1;\n",
1098
+ "}\n",
1099
+ "#T_db303_row3_col0 {\n",
1100
+ " background-color: #24439b;\n",
1101
+ " color: #f1f1f1;\n",
1102
+ "}\n",
1103
+ "#T_db303_row4_col0 {\n",
1104
+ " background-color: #24479d;\n",
1105
+ " color: #f1f1f1;\n",
1106
+ "}\n",
1107
+ "#T_db303_row5_col0 {\n",
1108
+ " background-color: #234c9f;\n",
1109
+ " color: #f1f1f1;\n",
1110
+ "}\n",
1111
+ "#T_db303_row6_col0 {\n",
1112
+ " background-color: #234fa1;\n",
1113
+ " color: #f1f1f1;\n",
1114
+ "}\n",
1115
+ "#T_db303_row7_col0, #T_db303_row8_col0 {\n",
1116
+ " background-color: #2356a4;\n",
1117
+ " color: #f1f1f1;\n",
1118
+ "}\n",
1119
+ "#T_db303_row9_col0 {\n",
1120
+ " background-color: #2259a6;\n",
1121
+ " color: #f1f1f1;\n",
1122
+ "}\n",
1123
+ "#T_db303_row10_col0 {\n",
1124
+ " background-color: #2163aa;\n",
1125
+ " color: #f1f1f1;\n",
1126
+ "}\n",
1127
+ "#T_db303_row11_col0 {\n",
1128
+ " background-color: #2166ac;\n",
1129
+ " color: #f1f1f1;\n",
1130
+ "}\n",
1131
+ "#T_db303_row12_col0, #T_db303_row13_col0 {\n",
1132
+ " background-color: #2168ad;\n",
1133
+ " color: #f1f1f1;\n",
1134
+ "}\n",
1135
+ "#T_db303_row14_col0 {\n",
1136
+ " background-color: #216bae;\n",
1137
+ " color: #f1f1f1;\n",
1138
+ "}\n",
1139
+ "#T_db303_row15_col0 {\n",
1140
+ " background-color: #206eb0;\n",
1141
+ " color: #f1f1f1;\n",
1142
+ "}\n",
1143
+ "#T_db303_row16_col0 {\n",
1144
+ " background-color: #2073b2;\n",
1145
+ " color: #f1f1f1;\n",
1146
+ "}\n",
1147
+ "#T_db303_row17_col0 {\n",
1148
+ " background-color: #2076b3;\n",
1149
+ " color: #f1f1f1;\n",
1150
+ "}\n",
1151
+ "#T_db303_row18_col0 {\n",
1152
+ " background-color: #1f7ab5;\n",
1153
+ " color: #f1f1f1;\n",
1154
+ "}\n",
1155
+ "#T_db303_row19_col0, #T_db303_row20_col0 {\n",
1156
+ " background-color: #1f7bb6;\n",
1157
+ " color: #f1f1f1;\n",
1158
+ "}\n",
1159
+ "#T_db303_row21_col0 {\n",
1160
+ " background-color: #1f7db6;\n",
1161
+ " color: #f1f1f1;\n",
1162
+ "}\n",
1163
+ "#T_db303_row22_col0 {\n",
1164
+ " background-color: #1f80b8;\n",
1165
+ " color: #f1f1f1;\n",
1166
+ "}\n",
1167
+ "#T_db303_row23_col0, #T_db303_row24_col0 {\n",
1168
+ " background-color: #1e85ba;\n",
1169
+ " color: #f1f1f1;\n",
1170
+ "}\n",
1171
+ "#T_db303_row25_col0, #T_db303_row26_col0 {\n",
1172
+ " background-color: #1e86bb;\n",
1173
+ " color: #f1f1f1;\n",
1174
+ "}\n",
1175
+ "#T_db303_row27_col0, #T_db303_row28_col0 {\n",
1176
+ " background-color: #1d8dbe;\n",
1177
+ " color: #f1f1f1;\n",
1178
+ "}\n",
1179
+ "#T_db303_row29_col0 {\n",
1180
+ " background-color: #1d90c0;\n",
1181
+ " color: #f1f1f1;\n",
1182
+ "}\n",
1183
+ "#T_db303_row30_col0, #T_db303_row31_col0 {\n",
1184
+ " background-color: #2195c0;\n",
1185
+ " color: #f1f1f1;\n",
1186
+ "}\n",
1187
+ "#T_db303_row32_col0 {\n",
1188
+ " background-color: #2397c1;\n",
1189
+ " color: #f1f1f1;\n",
1190
+ "}\n",
1191
+ "#T_db303_row33_col0 {\n",
1192
+ " background-color: #31a5c2;\n",
1193
+ " color: #f1f1f1;\n",
1194
+ "}\n",
1195
+ "#T_db303_row34_col0 {\n",
1196
+ " background-color: #3aaec3;\n",
1197
+ " color: #f1f1f1;\n",
1198
+ "}\n",
1199
+ "#T_db303_row35_col0, #T_db303_row36_col0, #T_db303_row37_col0 {\n",
1200
+ " background-color: #3cb1c3;\n",
1201
+ " color: #f1f1f1;\n",
1202
+ "}\n",
1203
+ "#T_db303_row38_col0 {\n",
1204
+ " background-color: #4ab9c3;\n",
1205
+ " color: #f1f1f1;\n",
1206
+ "}\n",
1207
+ "#T_db303_row39_col0 {\n",
1208
+ " background-color: #57bec1;\n",
1209
+ " color: #000000;\n",
1210
+ "}\n",
1211
+ "#T_db303_row40_col0 {\n",
1212
+ " background-color: #61c2bf;\n",
1213
+ " color: #000000;\n",
1214
+ "}\n",
1215
+ "#T_db303_row41_col0 {\n",
1216
+ " background-color: #71c8bd;\n",
1217
+ " color: #000000;\n",
1218
+ "}\n",
1219
+ "#T_db303_row42_col0 {\n",
1220
+ " background-color: #75c9bd;\n",
1221
+ " color: #000000;\n",
1222
+ "}\n",
1223
+ "#T_db303_row43_col0 {\n",
1224
+ " background-color: #76cabc;\n",
1225
+ " color: #000000;\n",
1226
+ "}\n",
1227
+ "#T_db303_row44_col0 {\n",
1228
+ " background-color: #7ecdbb;\n",
1229
+ " color: #000000;\n",
1230
+ "}\n",
1231
+ "#T_db303_row45_col0, #T_db303_row46_col0 {\n",
1232
+ " background-color: #85cfba;\n",
1233
+ " color: #000000;\n",
1234
+ "}\n",
1235
+ "#T_db303_row47_col0 {\n",
1236
+ " background-color: #a0dab8;\n",
1237
+ " color: #000000;\n",
1238
+ "}\n",
1239
+ "#T_db303_row48_col0 {\n",
1240
+ " background-color: #a2dbb8;\n",
1241
+ " color: #000000;\n",
1242
+ "}\n",
1243
+ "#T_db303_row49_col0 {\n",
1244
+ " background-color: #ceecb3;\n",
1245
+ " color: #000000;\n",
1246
+ "}\n",
1247
+ "#T_db303_row50_col0 {\n",
1248
+ " background-color: #eef8b3;\n",
1249
+ " color: #000000;\n",
1250
+ "}\n",
1251
+ "</style>\n",
1252
+ "<table id=\"T_db303\">\n",
1253
+ " <thead>\n",
1254
+ " <tr>\n",
1255
+ " <th class=\"blank level0\" >&nbsp;</th>\n",
1256
+ " <th id=\"T_db303_level0_col0\" class=\"col_heading level0 col0\" >entropy</th>\n",
1257
+ " </tr>\n",
1258
+ " </thead>\n",
1259
+ " <tbody>\n",
1260
+ " <tr>\n",
1261
+ " <th id=\"T_db303_level0_row0\" class=\"row_heading level0 row0\" >Pacific Islander SD_2</th>\n",
1262
+ " <td id=\"T_db303_row0_col0\" class=\"data row0 col0\" >3.75</td>\n",
1263
+ " </tr>\n",
1264
+ " <tr>\n",
1265
+ " <th id=\"T_db303_level0_row1\" class=\"row_heading level0 row1\" >Multiracial DallE</th>\n",
1266
+ " <td id=\"T_db303_row1_col0\" class=\"data row1 col0\" >3.57</td>\n",
1267
+ " </tr>\n",
1268
+ " <tr>\n",
1269
+ " <th id=\"T_db303_level0_row2\" class=\"row_heading level0 row2\" >Southeast Asian DallE</th>\n",
1270
+ " <td id=\"T_db303_row2_col0\" class=\"data row2 col0\" >3.36</td>\n",
1271
+ " </tr>\n",
1272
+ " <tr>\n",
1273
+ " <th id=\"T_db303_level0_row3\" class=\"row_heading level0 row3\" >Hispanic SD_14</th>\n",
1274
+ " <td id=\"T_db303_row3_col0\" class=\"data row3 col0\" >3.32</td>\n",
1275
+ " </tr>\n",
1276
+ " <tr>\n",
1277
+ " <th id=\"T_db303_level0_row4\" class=\"row_heading level0 row4\" >Latino DallE</th>\n",
1278
+ " <td id=\"T_db303_row4_col0\" class=\"data row4 col0\" >3.27</td>\n",
1279
+ " </tr>\n",
1280
+ " <tr>\n",
1281
+ " <th id=\"T_db303_level0_row5\" class=\"row_heading level0 row5\" >Latino SD_2</th>\n",
1282
+ " <td id=\"T_db303_row5_col0\" class=\"data row5 col0\" >3.21</td>\n",
1283
+ " </tr>\n",
1284
+ " <tr>\n",
1285
+ " <th id=\"T_db303_level0_row6\" class=\"row_heading level0 row6\" >Latinx DallE</th>\n",
1286
+ " <td id=\"T_db303_row6_col0\" class=\"data row6 col0\" >3.17</td>\n",
1287
+ " </tr>\n",
1288
+ " <tr>\n",
1289
+ " <th id=\"T_db303_level0_row7\" class=\"row_heading level0 row7\" >Native American SD_2</th>\n",
1290
+ " <td id=\"T_db303_row7_col0\" class=\"data row7 col0\" >3.09</td>\n",
1291
+ " </tr>\n",
1292
+ " <tr>\n",
1293
+ " <th id=\"T_db303_level0_row8\" class=\"row_heading level0 row8\" >Multiracial SD_14</th>\n",
1294
+ " <td id=\"T_db303_row8_col0\" class=\"data row8 col0\" >3.08</td>\n",
1295
+ " </tr>\n",
1296
+ " <tr>\n",
1297
+ " <th id=\"T_db303_level0_row9\" class=\"row_heading level0 row9\" >First Nations DallE</th>\n",
1298
+ " <td id=\"T_db303_row9_col0\" class=\"data row9 col0\" >3.06</td>\n",
1299
+ " </tr>\n",
1300
+ " <tr>\n",
1301
+ " <th id=\"T_db303_level0_row10\" class=\"row_heading level0 row10\" >Latinx SD_2</th>\n",
1302
+ " <td id=\"T_db303_row10_col0\" class=\"data row10 col0\" >2.95</td>\n",
1303
+ " </tr>\n",
1304
+ " <tr>\n",
1305
+ " <th id=\"T_db303_level0_row11\" class=\"row_heading level0 row11\" >Native American DallE</th>\n",
1306
+ " <td id=\"T_db303_row11_col0\" class=\"data row11 col0\" >2.91</td>\n",
1307
+ " </tr>\n",
1308
+ " <tr>\n",
1309
+ " <th id=\"T_db303_level0_row12\" class=\"row_heading level0 row12\" >American Indian SD_2</th>\n",
1310
+ " <td id=\"T_db303_row12_col0\" class=\"data row12 col0\" >2.91</td>\n",
1311
+ " </tr>\n",
1312
+ " <tr>\n",
1313
+ " <th id=\"T_db303_level0_row13\" class=\"row_heading level0 row13\" >Latino SD_14</th>\n",
1314
+ " <td id=\"T_db303_row13_col0\" class=\"data row13 col0\" >2.91</td>\n",
1315
+ " </tr>\n",
1316
+ " <tr>\n",
1317
+ " <th id=\"T_db303_level0_row14\" class=\"row_heading level0 row14\" >White SD_14</th>\n",
1318
+ " <td id=\"T_db303_row14_col0\" class=\"data row14 col0\" >2.87</td>\n",
1319
+ " </tr>\n",
1320
+ " <tr>\n",
1321
+ " <th id=\"T_db303_level0_row15\" class=\"row_heading level0 row15\" >Caucasian SD_14</th>\n",
1322
+ " <td id=\"T_db303_row15_col0\" class=\"data row15 col0\" >2.84</td>\n",
1323
+ " </tr>\n",
1324
+ " <tr>\n",
1325
+ " <th id=\"T_db303_level0_row16\" class=\"row_heading level0 row16\" >Hispanic SD_2</th>\n",
1326
+ " <td id=\"T_db303_row16_col0\" class=\"data row16 col0\" >2.80</td>\n",
1327
+ " </tr>\n",
1328
+ " <tr>\n",
1329
+ " <th id=\"T_db303_level0_row17\" class=\"row_heading level0 row17\" >SD_2</th>\n",
1330
+ " <td id=\"T_db303_row17_col0\" class=\"data row17 col0\" >2.76</td>\n",
1331
+ " </tr>\n",
1332
+ " <tr>\n",
1333
+ " <th id=\"T_db303_level0_row18\" class=\"row_heading level0 row18\" >Latinx SD_14</th>\n",
1334
+ " <td id=\"T_db303_row18_col0\" class=\"data row18 col0\" >2.73</td>\n",
1335
+ " </tr>\n",
1336
+ " <tr>\n",
1337
+ " <th id=\"T_db303_level0_row19\" class=\"row_heading level0 row19\" >Pacific Islander DallE</th>\n",
1338
+ " <td id=\"T_db303_row19_col0\" class=\"data row19 col0\" >2.71</td>\n",
1339
+ " </tr>\n",
1340
+ " <tr>\n",
1341
+ " <th id=\"T_db303_level0_row20\" class=\"row_heading level0 row20\" >Indigenous American SD_2</th>\n",
1342
+ " <td id=\"T_db303_row20_col0\" class=\"data row20 col0\" >2.70</td>\n",
1343
+ " </tr>\n",
1344
+ " <tr>\n",
1345
+ " <th id=\"T_db303_level0_row21\" class=\"row_heading level0 row21\" >Multiracial SD_2</th>\n",
1346
+ " <td id=\"T_db303_row21_col0\" class=\"data row21 col0\" >2.70</td>\n",
1347
+ " </tr>\n",
1348
+ " <tr>\n",
1349
+ " <th id=\"T_db303_level0_row22\" class=\"row_heading level0 row22\" >First Nations SD_14</th>\n",
1350
+ " <td id=\"T_db303_row22_col0\" class=\"data row22 col0\" >2.66</td>\n",
1351
+ " </tr>\n",
1352
+ " <tr>\n",
1353
+ " <th id=\"T_db303_level0_row23\" class=\"row_heading level0 row23\" >Hispanic DallE</th>\n",
1354
+ " <td id=\"T_db303_row23_col0\" class=\"data row23 col0\" >2.62</td>\n",
1355
+ " </tr>\n",
1356
+ " <tr>\n",
1357
+ " <th id=\"T_db303_level0_row24\" class=\"row_heading level0 row24\" >First Nations SD_2</th>\n",
1358
+ " <td id=\"T_db303_row24_col0\" class=\"data row24 col0\" >2.61</td>\n",
1359
+ " </tr>\n",
1360
+ " <tr>\n",
1361
+ " <th id=\"T_db303_level0_row25\" class=\"row_heading level0 row25\" >Indigenous American DallE</th>\n",
1362
+ " <td id=\"T_db303_row25_col0\" class=\"data row25 col0\" >2.61</td>\n",
1363
+ " </tr>\n",
1364
+ " <tr>\n",
1365
+ " <th id=\"T_db303_level0_row26\" class=\"row_heading level0 row26\" >Southeast Asian SD_14</th>\n",
1366
+ " <td id=\"T_db303_row26_col0\" class=\"data row26 col0\" >2.60</td>\n",
1367
+ " </tr>\n",
1368
+ " <tr>\n",
1369
+ " <th id=\"T_db303_level0_row27\" class=\"row_heading level0 row27\" >Caucasian SD_2</th>\n",
1370
+ " <td id=\"T_db303_row27_col0\" class=\"data row27 col0\" >2.54</td>\n",
1371
+ " </tr>\n",
1372
+ " <tr>\n",
1373
+ " <th id=\"T_db303_level0_row28\" class=\"row_heading level0 row28\" >White SD_2</th>\n",
1374
+ " <td id=\"T_db303_row28_col0\" class=\"data row28 col0\" >2.54</td>\n",
1375
+ " </tr>\n",
1376
+ " <tr>\n",
1377
+ " <th id=\"T_db303_level0_row29\" class=\"row_heading level0 row29\" >American Indian DallE</th>\n",
1378
+ " <td id=\"T_db303_row29_col0\" class=\"data row29 col0\" >2.50</td>\n",
1379
+ " </tr>\n",
1380
+ " <tr>\n",
1381
+ " <th id=\"T_db303_level0_row30\" class=\"row_heading level0 row30\" >East Asian DallE</th>\n",
1382
+ " <td id=\"T_db303_row30_col0\" class=\"data row30 col0\" >2.45</td>\n",
1383
+ " </tr>\n",
1384
+ " <tr>\n",
1385
+ " <th id=\"T_db303_level0_row31\" class=\"row_heading level0 row31\" >Indigenous American SD_14</th>\n",
1386
+ " <td id=\"T_db303_row31_col0\" class=\"data row31 col0\" >2.45</td>\n",
1387
+ " </tr>\n",
1388
+ " <tr>\n",
1389
+ " <th id=\"T_db303_level0_row32\" class=\"row_heading level0 row32\" >Pacific Islander SD_14</th>\n",
1390
+ " <td id=\"T_db303_row32_col0\" class=\"data row32 col0\" >2.41</td>\n",
1391
+ " </tr>\n",
1392
+ " <tr>\n",
1393
+ " <th id=\"T_db303_level0_row33\" class=\"row_heading level0 row33\" >African-American SD_14</th>\n",
1394
+ " <td id=\"T_db303_row33_col0\" class=\"data row33 col0\" >2.22</td>\n",
1395
+ " </tr>\n",
1396
+ " <tr>\n",
1397
+ " <th id=\"T_db303_level0_row34\" class=\"row_heading level0 row34\" >Southeast Asian SD_2</th>\n",
1398
+ " <td id=\"T_db303_row34_col0\" class=\"data row34 col0\" >2.11</td>\n",
1399
+ " </tr>\n",
1400
+ " <tr>\n",
1401
+ " <th id=\"T_db303_level0_row35\" class=\"row_heading level0 row35\" >Caucasian DallE</th>\n",
1402
+ " <td id=\"T_db303_row35_col0\" class=\"data row35 col0\" >2.08</td>\n",
1403
+ " </tr>\n",
1404
+ " <tr>\n",
1405
+ " <th id=\"T_db303_level0_row36\" class=\"row_heading level0 row36\" >Black DallE</th>\n",
1406
+ " <td id=\"T_db303_row36_col0\" class=\"data row36 col0\" >2.08</td>\n",
1407
+ " </tr>\n",
1408
+ " <tr>\n",
1409
+ " <th id=\"T_db303_level0_row37\" class=\"row_heading level0 row37\" >White DallE</th>\n",
1410
+ " <td id=\"T_db303_row37_col0\" class=\"data row37 col0\" >2.06</td>\n",
1411
+ " </tr>\n",
1412
+ " <tr>\n",
1413
+ " <th id=\"T_db303_level0_row38\" class=\"row_heading level0 row38\" >SD_14</th>\n",
1414
+ " <td id=\"T_db303_row38_col0\" class=\"data row38 col0\" >1.93</td>\n",
1415
+ " </tr>\n",
1416
+ " <tr>\n",
1417
+ " <th id=\"T_db303_level0_row39\" class=\"row_heading level0 row39\" >Black SD_14</th>\n",
1418
+ " <td id=\"T_db303_row39_col0\" class=\"data row39 col0\" >1.83</td>\n",
1419
+ " </tr>\n",
1420
+ " <tr>\n",
1421
+ " <th id=\"T_db303_level0_row40\" class=\"row_heading level0 row40\" >South Asian DallE</th>\n",
1422
+ " <td id=\"T_db303_row40_col0\" class=\"data row40 col0\" >1.73</td>\n",
1423
+ " </tr>\n",
1424
+ " <tr>\n",
1425
+ " <th id=\"T_db303_level0_row41\" class=\"row_heading level0 row41\" >Black SD_2</th>\n",
1426
+ " <td id=\"T_db303_row41_col0\" class=\"data row41 col0\" >1.62</td>\n",
1427
+ " </tr>\n",
1428
+ " <tr>\n",
1429
+ " <th id=\"T_db303_level0_row42\" class=\"row_heading level0 row42\" >African-American DallE</th>\n",
1430
+ " <td id=\"T_db303_row42_col0\" class=\"data row42 col0\" >1.58</td>\n",
1431
+ " </tr>\n",
1432
+ " <tr>\n",
1433
+ " <th id=\"T_db303_level0_row43\" class=\"row_heading level0 row43\" >American Indian SD_14</th>\n",
1434
+ " <td id=\"T_db303_row43_col0\" class=\"data row43 col0\" >1.58</td>\n",
1435
+ " </tr>\n",
1436
+ " <tr>\n",
1437
+ " <th id=\"T_db303_level0_row44\" class=\"row_heading level0 row44\" >East Asian SD_2</th>\n",
1438
+ " <td id=\"T_db303_row44_col0\" class=\"data row44 col0\" >1.50</td>\n",
1439
+ " </tr>\n",
1440
+ " <tr>\n",
1441
+ " <th id=\"T_db303_level0_row45\" class=\"row_heading level0 row45\" >African-American SD_2</th>\n",
1442
+ " <td id=\"T_db303_row45_col0\" class=\"data row45 col0\" >1.47</td>\n",
1443
+ " </tr>\n",
1444
+ " <tr>\n",
1445
+ " <th id=\"T_db303_level0_row46\" class=\"row_heading level0 row46\" >South Asian SD_2</th>\n",
1446
+ " <td id=\"T_db303_row46_col0\" class=\"data row46 col0\" >1.46</td>\n",
1447
+ " </tr>\n",
1448
+ " <tr>\n",
1449
+ " <th id=\"T_db303_level0_row47\" class=\"row_heading level0 row47\" >DallE</th>\n",
1450
+ " <td id=\"T_db303_row47_col0\" class=\"data row47 col0\" >1.28</td>\n",
1451
+ " </tr>\n",
1452
+ " <tr>\n",
1453
+ " <th id=\"T_db303_level0_row48\" class=\"row_heading level0 row48\" >East Asian SD_14</th>\n",
1454
+ " <td id=\"T_db303_row48_col0\" class=\"data row48 col0\" >1.25</td>\n",
1455
+ " </tr>\n",
1456
+ " <tr>\n",
1457
+ " <th id=\"T_db303_level0_row49\" class=\"row_heading level0 row49\" >South Asian SD_14</th>\n",
1458
+ " <td id=\"T_db303_row49_col0\" class=\"data row49 col0\" >0.92</td>\n",
1459
+ " </tr>\n",
1460
+ " <tr>\n",
1461
+ " <th id=\"T_db303_level0_row50\" class=\"row_heading level0 row50\" >Native American SD_14</th>\n",
1462
+ " <td id=\"T_db303_row50_col0\" class=\"data row50 col0\" >0.47</td>\n",
1463
+ " </tr>\n",
1464
+ " </tbody>\n",
1465
+ "</table>\n"
1466
+ ],
1467
+ "text/plain": [
1468
+ "<pandas.io.formats.style.Styler at 0x7fc0d53e4ac0>"
1469
+ ]
1470
+ },
1471
+ "metadata": {},
1472
+ "output_type": "display_data"
1473
+ },
1474
+ {
1475
+ "data": {
1476
+ "text/html": [
1477
+ "<style type=\"text/css\">\n",
1478
+ "#T_7625e_row0_col0 {\n",
1479
+ " background-color: #0a1e5c;\n",
1480
+ " color: #f1f1f1;\n",
1481
+ "}\n",
1482
+ "#T_7625e_row1_col0 {\n",
1483
+ " background-color: #0d2161;\n",
1484
+ " color: #f1f1f1;\n",
1485
+ "}\n",
1486
+ "#T_7625e_row2_col0 {\n",
1487
+ " background-color: #102369;\n",
1488
+ " color: #f1f1f1;\n",
1489
+ "}\n",
1490
+ "#T_7625e_row3_col0, #T_7625e_row4_col0 {\n",
1491
+ " background-color: #1e2e85;\n",
1492
+ " color: #f1f1f1;\n",
1493
+ "}\n",
1494
+ "#T_7625e_row5_col0 {\n",
1495
+ " background-color: #1f2f87;\n",
1496
+ " color: #f1f1f1;\n",
1497
+ "}\n",
1498
+ "#T_7625e_row6_col0 {\n",
1499
+ " background-color: #22328f;\n",
1500
+ " color: #f1f1f1;\n",
1501
+ "}\n",
1502
+ "#T_7625e_row7_col0 {\n",
1503
+ " background-color: #243392;\n",
1504
+ " color: #f1f1f1;\n",
1505
+ "}\n",
1506
+ "#T_7625e_row8_col0 {\n",
1507
+ " background-color: #253795;\n",
1508
+ " color: #f1f1f1;\n",
1509
+ "}\n",
1510
+ "#T_7625e_row9_col0 {\n",
1511
+ " background-color: #253b97;\n",
1512
+ " color: #f1f1f1;\n",
1513
+ "}\n",
1514
+ "#T_7625e_row10_col0, #T_7625e_row11_col0 {\n",
1515
+ " background-color: #24409a;\n",
1516
+ " color: #f1f1f1;\n",
1517
+ "}\n",
1518
+ "#T_7625e_row12_col0 {\n",
1519
+ " background-color: #24419a;\n",
1520
+ " color: #f1f1f1;\n",
1521
+ "}\n",
1522
+ "#T_7625e_row13_col0 {\n",
1523
+ " background-color: #24439b;\n",
1524
+ " color: #f1f1f1;\n",
1525
+ "}\n",
1526
+ "#T_7625e_row14_col0 {\n",
1527
+ " background-color: #24459c;\n",
1528
+ " color: #f1f1f1;\n",
1529
+ "}\n",
1530
+ "#T_7625e_row15_col0 {\n",
1531
+ " background-color: #234da0;\n",
1532
+ " color: #f1f1f1;\n",
1533
+ "}\n",
1534
+ "#T_7625e_row16_col0 {\n",
1535
+ " background-color: #234fa1;\n",
1536
+ " color: #f1f1f1;\n",
1537
+ "}\n",
1538
+ "#T_7625e_row17_col0 {\n",
1539
+ " background-color: #2350a1;\n",
1540
+ " color: #f1f1f1;\n",
1541
+ "}\n",
1542
+ "#T_7625e_row18_col0 {\n",
1543
+ " background-color: #2351a2;\n",
1544
+ " color: #f1f1f1;\n",
1545
+ "}\n",
1546
+ "#T_7625e_row19_col0 {\n",
1547
+ " background-color: #2258a5;\n",
1548
+ " color: #f1f1f1;\n",
1549
+ "}\n",
1550
+ "#T_7625e_row20_col0 {\n",
1551
+ " background-color: #2259a6;\n",
1552
+ " color: #f1f1f1;\n",
1553
+ "}\n",
1554
+ "#T_7625e_row21_col0 {\n",
1555
+ " background-color: #225aa6;\n",
1556
+ " color: #f1f1f1;\n",
1557
+ "}\n",
1558
+ "#T_7625e_row22_col0 {\n",
1559
+ " background-color: #225ca7;\n",
1560
+ " color: #f1f1f1;\n",
1561
+ "}\n",
1562
+ "#T_7625e_row23_col0, #T_7625e_row24_col0 {\n",
1563
+ " background-color: #225ea8;\n",
1564
+ " color: #f1f1f1;\n",
1565
+ "}\n",
1566
+ "#T_7625e_row25_col0, #T_7625e_row26_col0 {\n",
1567
+ " background-color: #2260a9;\n",
1568
+ " color: #f1f1f1;\n",
1569
+ "}\n",
1570
+ "#T_7625e_row27_col0 {\n",
1571
+ " background-color: #2262aa;\n",
1572
+ " color: #f1f1f1;\n",
1573
+ "}\n",
1574
+ "#T_7625e_row28_col0 {\n",
1575
+ " background-color: #216aad;\n",
1576
+ " color: #f1f1f1;\n",
1577
+ "}\n",
1578
+ "#T_7625e_row29_col0 {\n",
1579
+ " background-color: #2073b2;\n",
1580
+ " color: #f1f1f1;\n",
1581
+ "}\n",
1582
+ "#T_7625e_row30_col0 {\n",
1583
+ " background-color: #1f78b4;\n",
1584
+ " color: #f1f1f1;\n",
1585
+ "}\n",
1586
+ "#T_7625e_row31_col0 {\n",
1587
+ " background-color: #1f7bb6;\n",
1588
+ " color: #f1f1f1;\n",
1589
+ "}\n",
1590
+ "#T_7625e_row32_col0 {\n",
1591
+ " background-color: #1d8dbe;\n",
1592
+ " color: #f1f1f1;\n",
1593
+ "}\n",
1594
+ "#T_7625e_row33_col0 {\n",
1595
+ " background-color: #1d90c0;\n",
1596
+ " color: #f1f1f1;\n",
1597
+ "}\n",
1598
+ "#T_7625e_row34_col0, #T_7625e_row35_col0 {\n",
1599
+ " background-color: #1d91c0;\n",
1600
+ " color: #f1f1f1;\n",
1601
+ "}\n",
1602
+ "#T_7625e_row36_col0 {\n",
1603
+ " background-color: #2498c1;\n",
1604
+ " color: #f1f1f1;\n",
1605
+ "}\n",
1606
+ "#T_7625e_row37_col0 {\n",
1607
+ " background-color: #269bc1;\n",
1608
+ " color: #f1f1f1;\n",
1609
+ "}\n",
1610
+ "#T_7625e_row38_col0 {\n",
1611
+ " background-color: #289cc1;\n",
1612
+ " color: #f1f1f1;\n",
1613
+ "}\n",
1614
+ "#T_7625e_row39_col0 {\n",
1615
+ " background-color: #2da2c2;\n",
1616
+ " color: #f1f1f1;\n",
1617
+ "}\n",
1618
+ "#T_7625e_row40_col0, #T_7625e_row41_col0, #T_7625e_row42_col0 {\n",
1619
+ " background-color: #2ea3c2;\n",
1620
+ " color: #f1f1f1;\n",
1621
+ "}\n",
1622
+ "#T_7625e_row43_col0 {\n",
1623
+ " background-color: #32a6c2;\n",
1624
+ " color: #f1f1f1;\n",
1625
+ "}\n",
1626
+ "#T_7625e_row44_col0 {\n",
1627
+ " background-color: #34a9c3;\n",
1628
+ " color: #f1f1f1;\n",
1629
+ "}\n",
1630
+ "#T_7625e_row45_col0 {\n",
1631
+ " background-color: #44b7c4;\n",
1632
+ " color: #f1f1f1;\n",
1633
+ "}\n",
1634
+ "#T_7625e_row46_col0 {\n",
1635
+ " background-color: #48b9c3;\n",
1636
+ " color: #f1f1f1;\n",
1637
+ "}\n",
1638
+ "#T_7625e_row47_col0 {\n",
1639
+ " background-color: #4ab9c3;\n",
1640
+ " color: #f1f1f1;\n",
1641
+ "}\n",
1642
+ "#T_7625e_row48_col0 {\n",
1643
+ " background-color: #67c4be;\n",
1644
+ " color: #000000;\n",
1645
+ "}\n",
1646
+ "#T_7625e_row49_col0, #T_7625e_row50_col0 {\n",
1647
+ " background-color: #6bc6be;\n",
1648
+ " color: #000000;\n",
1649
+ "}\n",
1650
+ "</style>\n",
1651
+ "<table id=\"T_7625e\">\n",
1652
+ " <thead>\n",
1653
+ " <tr>\n",
1654
+ " <th class=\"blank level0\" >&nbsp;</th>\n",
1655
+ " <th id=\"T_7625e_level0_col0\" class=\"col_heading level0 col0\" >entropy</th>\n",
1656
+ " </tr>\n",
1657
+ " </thead>\n",
1658
+ " <tbody>\n",
1659
+ " <tr>\n",
1660
+ " <th id=\"T_7625e_level0_row0\" class=\"row_heading level0 row0\" >Multiracial DallE</th>\n",
1661
+ " <td id=\"T_7625e_row0_col0\" class=\"data row0 col0\" >3.96</td>\n",
1662
+ " </tr>\n",
1663
+ " <tr>\n",
1664
+ " <th id=\"T_7625e_level0_row1\" class=\"row_heading level0 row1\" >Pacific Islander SD_2</th>\n",
1665
+ " <td id=\"T_7625e_row1_col0\" class=\"data row1 col0\" >3.91</td>\n",
1666
+ " </tr>\n",
1667
+ " <tr>\n",
1668
+ " <th id=\"T_7625e_level0_row2\" class=\"row_heading level0 row2\" >Hispanic SD_14</th>\n",
1669
+ " <td id=\"T_7625e_row2_col0\" class=\"data row2 col0\" >3.86</td>\n",
1670
+ " </tr>\n",
1671
+ " <tr>\n",
1672
+ " <th id=\"T_7625e_level0_row3\" class=\"row_heading level0 row3\" >Native American DallE</th>\n",
1673
+ " <td id=\"T_7625e_row3_col0\" class=\"data row3 col0\" >3.62</td>\n",
1674
+ " </tr>\n",
1675
+ " <tr>\n",
1676
+ " <th id=\"T_7625e_level0_row4\" class=\"row_heading level0 row4\" >Latino SD_2</th>\n",
1677
+ " <td id=\"T_7625e_row4_col0\" class=\"data row4 col0\" >3.61</td>\n",
1678
+ " </tr>\n",
1679
+ " <tr>\n",
1680
+ " <th id=\"T_7625e_level0_row5\" class=\"row_heading level0 row5\" >First Nations DallE</th>\n",
1681
+ " <td id=\"T_7625e_row5_col0\" class=\"data row5 col0\" >3.61</td>\n",
1682
+ " </tr>\n",
1683
+ " <tr>\n",
1684
+ " <th id=\"T_7625e_level0_row6\" class=\"row_heading level0 row6\" >Pacific Islander DallE</th>\n",
1685
+ " <td id=\"T_7625e_row6_col0\" class=\"data row6 col0\" >3.54</td>\n",
1686
+ " </tr>\n",
1687
+ " <tr>\n",
1688
+ " <th id=\"T_7625e_level0_row7\" class=\"row_heading level0 row7\" >Latinx DallE</th>\n",
1689
+ " <td id=\"T_7625e_row7_col0\" class=\"data row7 col0\" >3.51</td>\n",
1690
+ " </tr>\n",
1691
+ " <tr>\n",
1692
+ " <th id=\"T_7625e_level0_row8\" class=\"row_heading level0 row8\" >Latinx SD_14</th>\n",
1693
+ " <td id=\"T_7625e_row8_col0\" class=\"data row8 col0\" >3.46</td>\n",
1694
+ " </tr>\n",
1695
+ " <tr>\n",
1696
+ " <th id=\"T_7625e_level0_row9\" class=\"row_heading level0 row9\" >Indigenous American DallE</th>\n",
1697
+ " <td id=\"T_7625e_row9_col0\" class=\"data row9 col0\" >3.41</td>\n",
1698
+ " </tr>\n",
1699
+ " <tr>\n",
1700
+ " <th id=\"T_7625e_level0_row10\" class=\"row_heading level0 row10\" >Southeast Asian DallE</th>\n",
1701
+ " <td id=\"T_7625e_row10_col0\" class=\"data row10 col0\" >3.35</td>\n",
1702
+ " </tr>\n",
1703
+ " <tr>\n",
1704
+ " <th id=\"T_7625e_level0_row11\" class=\"row_heading level0 row11\" >Latino DallE</th>\n",
1705
+ " <td id=\"T_7625e_row11_col0\" class=\"data row11 col0\" >3.35</td>\n",
1706
+ " </tr>\n",
1707
+ " <tr>\n",
1708
+ " <th id=\"T_7625e_level0_row12\" class=\"row_heading level0 row12\" >Pacific Islander SD_14</th>\n",
1709
+ " <td id=\"T_7625e_row12_col0\" class=\"data row12 col0\" >3.34</td>\n",
1710
+ " </tr>\n",
1711
+ " <tr>\n",
1712
+ " <th id=\"T_7625e_level0_row13\" class=\"row_heading level0 row13\" >Latino SD_14</th>\n",
1713
+ " <td id=\"T_7625e_row13_col0\" class=\"data row13 col0\" >3.31</td>\n",
1714
+ " </tr>\n",
1715
+ " <tr>\n",
1716
+ " <th id=\"T_7625e_level0_row14\" class=\"row_heading level0 row14\" >Hispanic SD_2</th>\n",
1717
+ " <td id=\"T_7625e_row14_col0\" class=\"data row14 col0\" >3.29</td>\n",
1718
+ " </tr>\n",
1719
+ " <tr>\n",
1720
+ " <th id=\"T_7625e_level0_row15\" class=\"row_heading level0 row15\" >Native American SD_2</th>\n",
1721
+ " <td id=\"T_7625e_row15_col0\" class=\"data row15 col0\" >3.20</td>\n",
1722
+ " </tr>\n",
1723
+ " <tr>\n",
1724
+ " <th id=\"T_7625e_level0_row16\" class=\"row_heading level0 row16\" >Multiracial SD_14</th>\n",
1725
+ " <td id=\"T_7625e_row16_col0\" class=\"data row16 col0\" >3.18</td>\n",
1726
+ " </tr>\n",
1727
+ " <tr>\n",
1728
+ " <th id=\"T_7625e_level0_row17\" class=\"row_heading level0 row17\" >White SD_2</th>\n",
1729
+ " <td id=\"T_7625e_row17_col0\" class=\"data row17 col0\" >3.17</td>\n",
1730
+ " </tr>\n",
1731
+ " <tr>\n",
1732
+ " <th id=\"T_7625e_level0_row18\" class=\"row_heading level0 row18\" >American Indian SD_2</th>\n",
1733
+ " <td id=\"T_7625e_row18_col0\" class=\"data row18 col0\" >3.16</td>\n",
1734
+ " </tr>\n",
1735
+ " <tr>\n",
1736
+ " <th id=\"T_7625e_level0_row19\" class=\"row_heading level0 row19\" >Caucasian SD_14</th>\n",
1737
+ " <td id=\"T_7625e_row19_col0\" class=\"data row19 col0\" >3.08</td>\n",
1738
+ " </tr>\n",
1739
+ " <tr>\n",
1740
+ " <th id=\"T_7625e_level0_row20\" class=\"row_heading level0 row20\" >American Indian DallE</th>\n",
1741
+ " <td id=\"T_7625e_row20_col0\" class=\"data row20 col0\" >3.06</td>\n",
1742
+ " </tr>\n",
1743
+ " <tr>\n",
1744
+ " <th id=\"T_7625e_level0_row21\" class=\"row_heading level0 row21\" >White SD_14</th>\n",
1745
+ " <td id=\"T_7625e_row21_col0\" class=\"data row21 col0\" >3.05</td>\n",
1746
+ " </tr>\n",
1747
+ " <tr>\n",
1748
+ " <th id=\"T_7625e_level0_row22\" class=\"row_heading level0 row22\" >First Nations SD_14</th>\n",
1749
+ " <td id=\"T_7625e_row22_col0\" class=\"data row22 col0\" >3.03</td>\n",
1750
+ " </tr>\n",
1751
+ " <tr>\n",
1752
+ " <th id=\"T_7625e_level0_row23\" class=\"row_heading level0 row23\" >Latinx SD_2</th>\n",
1753
+ " <td id=\"T_7625e_row23_col0\" class=\"data row23 col0\" >2.99</td>\n",
1754
+ " </tr>\n",
1755
+ " <tr>\n",
1756
+ " <th id=\"T_7625e_level0_row24\" class=\"row_heading level0 row24\" >Multiracial SD_2</th>\n",
1757
+ " <td id=\"T_7625e_row24_col0\" class=\"data row24 col0\" >2.99</td>\n",
1758
+ " </tr>\n",
1759
+ " <tr>\n",
1760
+ " <th id=\"T_7625e_level0_row25\" class=\"row_heading level0 row25\" >Indigenous American SD_14</th>\n",
1761
+ " <td id=\"T_7625e_row25_col0\" class=\"data row25 col0\" >2.97</td>\n",
1762
+ " </tr>\n",
1763
+ " <tr>\n",
1764
+ " <th id=\"T_7625e_level0_row26\" class=\"row_heading level0 row26\" >Indigenous American SD_2</th>\n",
1765
+ " <td id=\"T_7625e_row26_col0\" class=\"data row26 col0\" >2.97</td>\n",
1766
+ " </tr>\n",
1767
+ " <tr>\n",
1768
+ " <th id=\"T_7625e_level0_row27\" class=\"row_heading level0 row27\" >SD_2</th>\n",
1769
+ " <td id=\"T_7625e_row27_col0\" class=\"data row27 col0\" >2.97</td>\n",
1770
+ " </tr>\n",
1771
+ " <tr>\n",
1772
+ " <th id=\"T_7625e_level0_row28\" class=\"row_heading level0 row28\" >SD_14</th>\n",
1773
+ " <td id=\"T_7625e_row28_col0\" class=\"data row28 col0\" >2.88</td>\n",
1774
+ " </tr>\n",
1775
+ " <tr>\n",
1776
+ " <th id=\"T_7625e_level0_row29\" class=\"row_heading level0 row29\" >Hispanic DallE</th>\n",
1777
+ " <td id=\"T_7625e_row29_col0\" class=\"data row29 col0\" >2.80</td>\n",
1778
+ " </tr>\n",
1779
+ " <tr>\n",
1780
+ " <th id=\"T_7625e_level0_row30\" class=\"row_heading level0 row30\" >Caucasian SD_2</th>\n",
1781
+ " <td id=\"T_7625e_row30_col0\" class=\"data row30 col0\" >2.75</td>\n",
1782
+ " </tr>\n",
1783
+ " <tr>\n",
1784
+ " <th id=\"T_7625e_level0_row31\" class=\"row_heading level0 row31\" >First Nations SD_2</th>\n",
1785
+ " <td id=\"T_7625e_row31_col0\" class=\"data row31 col0\" >2.71</td>\n",
1786
+ " </tr>\n",
1787
+ " <tr>\n",
1788
+ " <th id=\"T_7625e_level0_row32\" class=\"row_heading level0 row32\" >African-American SD_14</th>\n",
1789
+ " <td id=\"T_7625e_row32_col0\" class=\"data row32 col0\" >2.54</td>\n",
1790
+ " </tr>\n",
1791
+ " <tr>\n",
1792
+ " <th id=\"T_7625e_level0_row33\" class=\"row_heading level0 row33\" >American Indian SD_14</th>\n",
1793
+ " <td id=\"T_7625e_row33_col0\" class=\"data row33 col0\" >2.50</td>\n",
1794
+ " </tr>\n",
1795
+ " <tr>\n",
1796
+ " <th id=\"T_7625e_level0_row34\" class=\"row_heading level0 row34\" >East Asian DallE</th>\n",
1797
+ " <td id=\"T_7625e_row34_col0\" class=\"data row34 col0\" >2.50</td>\n",
1798
+ " </tr>\n",
1799
+ " <tr>\n",
1800
+ " <th id=\"T_7625e_level0_row35\" class=\"row_heading level0 row35\" >African-American DallE</th>\n",
1801
+ " <td id=\"T_7625e_row35_col0\" class=\"data row35 col0\" >2.50</td>\n",
1802
+ " </tr>\n",
1803
+ " <tr>\n",
1804
+ " <th id=\"T_7625e_level0_row36\" class=\"row_heading level0 row36\" >South Asian DallE</th>\n",
1805
+ " <td id=\"T_7625e_row36_col0\" class=\"data row36 col0\" >2.40</td>\n",
1806
+ " </tr>\n",
1807
+ " <tr>\n",
1808
+ " <th id=\"T_7625e_level0_row37\" class=\"row_heading level0 row37\" >White DallE</th>\n",
1809
+ " <td id=\"T_7625e_row37_col0\" class=\"data row37 col0\" >2.36</td>\n",
1810
+ " </tr>\n",
1811
+ " <tr>\n",
1812
+ " <th id=\"T_7625e_level0_row38\" class=\"row_heading level0 row38\" >Southeast Asian SD_14</th>\n",
1813
+ " <td id=\"T_7625e_row38_col0\" class=\"data row38 col0\" >2.35</td>\n",
1814
+ " </tr>\n",
1815
+ " <tr>\n",
1816
+ " <th id=\"T_7625e_level0_row39\" class=\"row_heading level0 row39\" >Black SD_14</th>\n",
1817
+ " <td id=\"T_7625e_row39_col0\" class=\"data row39 col0\" >2.28</td>\n",
1818
+ " </tr>\n",
1819
+ " <tr>\n",
1820
+ " <th id=\"T_7625e_level0_row40\" class=\"row_heading level0 row40\" >Black SD_2</th>\n",
1821
+ " <td id=\"T_7625e_row40_col0\" class=\"data row40 col0\" >2.26</td>\n",
1822
+ " </tr>\n",
1823
+ " <tr>\n",
1824
+ " <th id=\"T_7625e_level0_row41\" class=\"row_heading level0 row41\" >Southeast Asian SD_2</th>\n",
1825
+ " <td id=\"T_7625e_row41_col0\" class=\"data row41 col0\" >2.26</td>\n",
1826
+ " </tr>\n",
1827
+ " <tr>\n",
1828
+ " <th id=\"T_7625e_level0_row42\" class=\"row_heading level0 row42\" >Black DallE</th>\n",
1829
+ " <td id=\"T_7625e_row42_col0\" class=\"data row42 col0\" >2.26</td>\n",
1830
+ " </tr>\n",
1831
+ " <tr>\n",
1832
+ " <th id=\"T_7625e_level0_row43\" class=\"row_heading level0 row43\" >Caucasian DallE</th>\n",
1833
+ " <td id=\"T_7625e_row43_col0\" class=\"data row43 col0\" >2.21</td>\n",
1834
+ " </tr>\n",
1835
+ " <tr>\n",
1836
+ " <th id=\"T_7625e_level0_row44\" class=\"row_heading level0 row44\" >African-American SD_2</th>\n",
1837
+ " <td id=\"T_7625e_row44_col0\" class=\"data row44 col0\" >2.18</td>\n",
1838
+ " </tr>\n",
1839
+ " <tr>\n",
1840
+ " <th id=\"T_7625e_level0_row45\" class=\"row_heading level0 row45\" >Native American SD_14</th>\n",
1841
+ " <td id=\"T_7625e_row45_col0\" class=\"data row45 col0\" >1.97</td>\n",
1842
+ " </tr>\n",
1843
+ " <tr>\n",
1844
+ " <th id=\"T_7625e_level0_row46\" class=\"row_heading level0 row46\" >DallE</th>\n",
1845
+ " <td id=\"T_7625e_row46_col0\" class=\"data row46 col0\" >1.95</td>\n",
1846
+ " </tr>\n",
1847
+ " <tr>\n",
1848
+ " <th id=\"T_7625e_level0_row47\" class=\"row_heading level0 row47\" >East Asian SD_2</th>\n",
1849
+ " <td id=\"T_7625e_row47_col0\" class=\"data row47 col0\" >1.92</td>\n",
1850
+ " </tr>\n",
1851
+ " <tr>\n",
1852
+ " <th id=\"T_7625e_level0_row48\" class=\"row_heading level0 row48\" >South Asian SD_2</th>\n",
1853
+ " <td id=\"T_7625e_row48_col0\" class=\"data row48 col0\" >1.70</td>\n",
1854
+ " </tr>\n",
1855
+ " <tr>\n",
1856
+ " <th id=\"T_7625e_level0_row49\" class=\"row_heading level0 row49\" >South Asian SD_14</th>\n",
1857
+ " <td id=\"T_7625e_row49_col0\" class=\"data row49 col0\" >1.66</td>\n",
1858
+ " </tr>\n",
1859
+ " <tr>\n",
1860
+ " <th id=\"T_7625e_level0_row50\" class=\"row_heading level0 row50\" >East Asian SD_14</th>\n",
1861
+ " <td id=\"T_7625e_row50_col0\" class=\"data row50 col0\" >1.66</td>\n",
1862
+ " </tr>\n",
1863
+ " </tbody>\n",
1864
+ "</table>\n"
1865
+ ],
1866
+ "text/plain": [
1867
+ "<pandas.io.formats.style.Styler at 0x7fc0dd339700>"
1868
+ ]
1869
+ },
1870
+ "metadata": {},
1871
+ "output_type": "display_data"
1872
+ }
1873
+ ],
1874
  "source": [
1875
+ "for d in entropies:\n",
1876
+ " df = pd.DataFrame(pd.Series(d), columns=[\"entropy\"])\n",
1877
+ " display(df.sort_values(\"entropy\", ascending=False).style.background_gradient(\n",
1878
+ " axis=None,\n",
1879
+ " vmin=0,\n",
1880
+ " vmax=4,\n",
1881
+ " cmap=\"YlGnBu\"\n",
1882
+ ").format(precision=2))"
1883
  ]
1884
  },
1885
  {