Éléonore Mayola
commited on
Commit
•
5f89273
1
Parent(s):
6e1d7ab
Add a second notebook with its dependencies
Browse files- README.md +4 -1
- environment.yml +2 -0
- notebooks/attacks_by_country_for_folium.csv +62 -0
- notebooks/folium_map.ipynb +0 -0
README.md
CHANGED
@@ -9,4 +9,7 @@ pinned: true
|
|
9 |
|
10 |
# My notebooks deployed on Hugging Face Spaces
|
11 |
|
12 |
-
-> Using Voilà project [documentation](https://github.com/voila-dashboards/voila-huggingface?tab=readme-ov-file)
|
|
|
|
|
|
|
|
9 |
|
10 |
# My notebooks deployed on Hugging Face Spaces
|
11 |
|
12 |
+
-> Using Voilà project [documentation](https://github.com/voila-dashboards/voila-huggingface?tab=readme-ov-file)
|
13 |
+
|
14 |
+
Notebooks:
|
15 |
+
- Lethal attacks against land & environmental defenders (2012 to 2021) -> [link](https://eleonore9-notebooks.hf.space/voila/render/land-defenders.ipynb)
|
environment.yml
CHANGED
@@ -17,6 +17,8 @@ dependencies:
|
|
17 |
- ipyvolume
|
18 |
- plotly==5.16.1
|
19 |
- numpy==1.25.2
|
|
|
|
|
20 |
|
21 |
- pip:
|
22 |
- voila==0.5.5
|
|
|
17 |
- ipyvolume
|
18 |
- plotly==5.16.1
|
19 |
- numpy==1.25.2
|
20 |
+
- folium
|
21 |
+
- requests
|
22 |
|
23 |
- pip:
|
24 |
- voila==0.5.5
|
notebooks/attacks_by_country_for_folium.csv
ADDED
@@ -0,0 +1,62 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
,country,number_of_victims
|
2 |
+
0,Argentina,7
|
3 |
+
1,Australia,1
|
4 |
+
2,Bangladesh,7
|
5 |
+
3,Bolivia,2
|
6 |
+
4,Brazil,342
|
7 |
+
5,Burkina Faso,2
|
8 |
+
6,Cambodia,10
|
9 |
+
7,Cameroon,1
|
10 |
+
8,Canada,1
|
11 |
+
9,Chad,5
|
12 |
+
10,Chile,4
|
13 |
+
11,Colombia,322
|
14 |
+
12,Costa Rica,4
|
15 |
+
13,Democratic Republic of the Congo,70
|
16 |
+
14,Dominican Republic,2
|
17 |
+
15,Ecuador,4
|
18 |
+
16,France,1
|
19 |
+
17,Gabon,1
|
20 |
+
18,Gambia,2
|
21 |
+
19,Ghana,1
|
22 |
+
20,Guatemala,80
|
23 |
+
21,Honduras,117
|
24 |
+
22,India,79
|
25 |
+
23,Indonesia,14
|
26 |
+
24,Iran,9
|
27 |
+
25,Iraq,1
|
28 |
+
26,Ireland,1
|
29 |
+
27,Kazakhstan,3
|
30 |
+
28,Kenya,6
|
31 |
+
29,Kiribati,1
|
32 |
+
30,Laos,1
|
33 |
+
31,Liberia,3
|
34 |
+
32,Malaysia,1
|
35 |
+
33,Mexico,154
|
36 |
+
34,Mozambique,1
|
37 |
+
35,Myanmar,8
|
38 |
+
36,Nepal,1
|
39 |
+
37,Nicaragua,57
|
40 |
+
38,Pakistan,5
|
41 |
+
39,Panama,1
|
42 |
+
40,Papua New Guinea,4
|
43 |
+
41,Paraguay,13
|
44 |
+
42,Peru,51
|
45 |
+
43,Philippines,270
|
46 |
+
44,Romania,2
|
47 |
+
45,Russia,4
|
48 |
+
46,Saudi Arabia,1
|
49 |
+
47,Senegal,1
|
50 |
+
48,South Africa,5
|
51 |
+
49,Spain,2
|
52 |
+
50,Sri Lanka,1
|
53 |
+
51,Tanzania,2
|
54 |
+
52,Thailand,13
|
55 |
+
53,Turkey,2
|
56 |
+
54,Uganda,5
|
57 |
+
55,Ukraine,4
|
58 |
+
56,United States of America,1
|
59 |
+
57,Venezuela,17
|
60 |
+
58,Vietnam,1
|
61 |
+
59,Zambia,1
|
62 |
+
60,Zimbabwe,1
|
notebooks/folium_map.ipynb
ADDED
The diff for this file is too large to render.
See raw diff
|
|