File size: 10,446 Bytes
0c9d807
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
0c9d807
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
eb26bfd
 
 
 
 
 
 
 
 
 
 
 
 
0c9d807
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
# Dataset of top digital nomad locations with associated datapoints
data = [
    {
        'City': 'Brasรญlia',
        'Country': 'Brazil',
        'Terrain': 'Urban',
        'Internet Speed (Mbps)': 75,
        'Monthly Cost Living (USD)': 800,
        'Quality of Life': 7.3,
        'Digital Nomad Visa': 'Yes',
        'Visa Length (Months)': 12,
        'Visa Cost (USD)': 100,
        'Key Feature': 'Modern infrastructure and affordable living',
        'Data Source': 'InsureMyTrip'
    },
    {
        'City': 'Budapest',
        'Country': 'Hungary',
        'Terrain': 'Urban',
        'Internet Speed (Mbps)': 100,
        'Monthly Cost Living (USD)': 1000,
        'Quality of Life': 7.1,
        'Digital Nomad Visa': 'No',
        'Visa Length (Months)': None,
        'Visa Cost (USD)': None,
        'Key Feature': 'Rich cultural experience with vibrant nightlife',
        'Data Source': 'InsureMyTrip & Forbes'
    },
    {
        'City': 'Montevideo',
        'Country': 'Uruguay',
        'Terrain': 'Coastal',
        'Internet Speed (Mbps)': 80,
        'Monthly Cost Living (USD)': 900,
        'Quality of Life': 6.9,
        'Digital Nomad Visa': 'No',
        'Visa Length (Months)': None,
        'Visa Cost (USD)': None,
        'Key Feature': 'Balanced work-life in a coastal setting',
        'Data Source': 'InsureMyTrip'
    },
    {
        'City': 'Lisbon',
        'Country': 'Portugal',
        'Terrain': 'Coastal',
        'Internet Speed (Mbps)': 150,
        'Monthly Cost Living (USD)': 1000,
        'Quality of Life': 6.8,
        'Digital Nomad Visa': 'Yes',
        'Visa Length (Months)': 12,
        'Visa Cost (USD)': 70,
        'Key Feature': 'Vibrant culture with coastal charm',
        'Data Source': 'Forbes & Nomad List'
    },
    {
        'City': 'Chiang Mai',
        'Country': 'Thailand',
        'Terrain': 'Mountain',
        'Internet Speed (Mbps)': 200,
        'Monthly Cost Living (USD)': 800,
        'Quality of Life': 7.5,
        'Digital Nomad Visa': 'No',
        'Visa Length (Months)': None,
        'Visa Cost (USD)': None,
        'Key Feature': 'Affordable living with a strong digital nomad community',
        'Data Source': 'Nomad Gossip'
    },
    {
        'City': 'Dubai',
        'Country': 'United Arab Emirates',
        'Terrain': 'Desert',
        'Internet Speed (Mbps)': 195,
        'Monthly Cost Living (USD)': 3500,
        'Quality of Life': 8.0,
        'Digital Nomad Visa': 'Yes',
        'Visa Length (Months)': 12,
        'Visa Cost (USD)': 150,
        'Key Feature': 'Tax-free environment with premium amenities',
        'Data Source': 'Nomad Gossip'
    },
    {
        'City': 'Valencia',
        'Country': 'Spain',
        'Terrain': 'Coastal',
        'Internet Speed (Mbps)': 151,
        'Monthly Cost Living (USD)': 900,
        'Quality of Life': 6.5,
        'Digital Nomad Visa': 'Yes',
        'Visa Length (Months)': 12,
        'Visa Cost (USD)': 70,
        'Key Feature': 'Coastal living with vibrant cultural experiences',
        'Data Source': 'Dojo Report'
    },
    {
        'City': 'Rome',
        'Country': 'Italy',
        'Terrain': 'Urban',
        'Internet Speed (Mbps)': 113,
        'Monthly Cost Living (USD)': 1200,
        'Quality of Life': 6.0,
        'Digital Nomad Visa': 'Yes',
        'Visa Length (Months)': 12,
        'Visa Cost (USD)': 100,
        'Key Feature': 'Rich historical and cultural offerings',
        'Data Source': 'Dojo Report'
    },
    {
        'City': 'Quebec City',
        'Country': 'Canada',
        'Terrain': 'Urban',
        'Internet Speed (Mbps)': 35.2,
        'Monthly Cost Living (USD)': 725,
        'Quality of Life': 7.0,
        'Digital Nomad Visa': 'No',
        'Visa Length (Months)': None,
        'Visa Cost (USD)': None,
        'Key Feature': 'European charm in North America',
        'Data Source': 'Forbes'
    },
    {
        'City': 'Catania',
        'Country': 'Italy',
        'Terrain': 'Coastal',
        'Internet Speed (Mbps)': 141.82,
        'Monthly Cost Living (USD)': 650,
        'Quality of Life': 6.0,
        'Digital Nomad Visa': 'Yes',
        'Visa Length (Months)': 12,
        'Visa Cost (USD)': 100,
        'Key Feature': 'Historic city with a coastal vibe',
        'Data Source': 'Forbes'
    },
    {
        'City': 'Medellรญn',
        'Country': 'Colombia',
        'Terrain': 'Mountain',
        'Internet Speed (Mbps)': 30,
        'Monthly Cost Living (USD)': 850,
        'Quality of Life': 7.2,
        'Digital Nomad Visa': 'No',
        'Visa Length (Months)': None,
        'Visa Cost (USD)': None,
        'Key Feature': 'Spring-like climate year-round with growing nomad community',
        'Data Source': 'Reddit & Passport Heavy'
    },
    {
        'City': 'Mexico City',
        'Country': 'Mexico',
        'Terrain': 'Urban',
        'Internet Speed (Mbps)': 50,
        'Monthly Cost Living (USD)': 800,
        'Quality of Life': 7.2,
        'Digital Nomad Visa': 'No',
        'Visa Length (Months)': None,
        'Visa Cost (USD)': None,
        'Growth Trend (5 Years)': '+70%',
        'Key Feature': 'Affordable, vibrant culture, strong community'
    },
    {
        'City': 'Tokyo',
        'Country': 'Japan',
        'Terrain': 'Urban',
        'Internet Speed (Mbps)': 300,
        'Monthly Cost Living (USD)': 1500,
        'Quality of Life': 8.5,
        'Digital Nomad Visa': 'Yes',
        'Visa Length (Months)': 12,
        'Visa Cost (USD)': 200,
        'Growth Trend (5 Years)': '+60%',
        'Key Feature': 'Tech-friendly, excellent infrastructure, safe'
    },
    {
        'City': 'Tbilisi',
        'Country': 'Georgia',
        'Terrain': 'Mountain',
        'Internet Speed (Mbps)': 50,
        'Monthly Cost Living (USD)': 500,
        'Quality of Life': 7.0,
        'Digital Nomad Visa': 'Yes',
        'Visa Length (Months)': 12,
        'Visa Cost (USD)': 50,
        'Growth Trend (5 Years)': '+92%',
        'Key Feature': 'Affordable, fast-growing hub, visa-free stays for 365 days'
    },
    {
        'City': 'Madrid',
        'Country': 'Spain',
        'Terrain': 'Urban',
        'Internet Speed (Mbps)': 150,
        'Monthly Cost Living (USD)': 1200,
        'Quality of Life': 7.8,
        'Digital Nomad Visa': 'Yes',
        'Visa Length (Months)': 12,
        'Visa Cost (USD)': 70,
        'Growth Trend (5 Years)': '+80%',
        'Key Feature': 'Cultural hub, good infrastructure, digital nomad visa available'
    },
    {
        'City': 'Seoul',
        'Country': 'South Korea',
        'Terrain': 'Urban',
        'Internet Speed (Mbps)': 400,
        'Monthly Cost Living (USD)': 1400,
        'Quality of Life': 8.0,
        'Digital Nomad Visa': 'Yes',
        'Visa Length (Months)': 12,
        'Visa Cost (USD)': 150,
        'Growth Trend (5 Years)': '+76%',
        'Key Feature': "Ultrafast internet, efficient public transport, new digital nomad visa"
    },
    {
        "City": "Porto",
        "Country": "Portugal",
        "Terrain": "Coastal",
        "Internet Speed (Mbps)": 120,
        "Monthly Cost Living (USD)": 1000,
        "Quality of Life": 7.5,
        "Digital Nomad Visa": "Yes",
        "Visa Length (Months)": 12,
        "Visa Cost (USD)": 70,
        "Growth Trend (5 Years)": "+85%",
        "Key Feature": "Cheaper than Lisbon, scenic, growing community"
    },
    {
        "City": "Bari",
        "Country": "Italy",
        "Terrain": "Coastal",
        "Internet Speed (Mbps)": 88,
        "Monthly Cost Living (USD)": 650,
        "Quality of Life": 8.0,
        "Digital Nomad Visa": "Yes",
        "Visa Length (Months)": 12,
        "Visa Cost (USD)": 125,
        "Key Feature": "Charming coastal city with rich history",
        "Data Source": "dojo.tech, numbeo.com"
    },
    {
        "City": "Florence",
        "Country": "Italy",
        "Terrain": "Urban",
        "Internet Speed (Mbps)": 100,
        "Monthly Cost Living (USD)": 785,
        "Quality of Life": 7.8,
        "Digital Nomad Visa": "Yes",
        "Visa Length (Months)": 12,
        "Visa Cost (USD)": 125,
        "Key Feature": "Renaissance art and architecture",
        "Data Source": "dojo.tech, numbeo.com"
    },
    {
        "City": "Las Palmas",
        "Country": "Spain",
        "Terrain": "Coastal",
        "Internet Speed (Mbps)": 207,
        "Monthly Cost Living (USD)": 600,
        "Quality of Life": 9.4,
        "Digital Nomad Visa": "Yes",
        "Visa Length (Months)": 12,
        "Visa Cost (USD)": 80,
        "Key Feature": "Coastal city with warm climate and beach attractions",
        "Data Source": "dojo.tech, numbeo.com"
    },
    {
        "City": "Palermo",
        "Country": "Italy",
        "Terrain": "Coastal",
        "Internet Speed (Mbps)": 99,
        "Monthly Cost Living (USD)": 660,
        "Quality of Life": 7.1,
        "Digital Nomad Visa": "Yes",
        "Visa Length (Months)": 12,
        "Visa Cost (USD)": 125,
        "Key Feature": "Historic city with coastal charm",
        "Data Source": "dojo.tech, numbeo.com"
    },
    {
        "City": "Ottawa",
        "Country": "Canada",
        "Terrain": "Urban",
        "Internet Speed (Mbps)": 89,
        "Monthly Cost Living (USD)": 1168,
        "Quality of Life": 8.4,
        "Digital Nomad Visa": "Yes (visitor visa)",
        "Visa Length (Months)": 6,
        "Visa Cost (USD)": 75,
        "Key Feature": "Capital city with diverse culture and natural beauty",
        "Data Source": "dojo.tech, numbeo.com"
    },
]

# Add country emojis mapping
country_emoji_map = {
    "Brazil": "๐Ÿ‡ง๐Ÿ‡ท Brazil",
    "Hungary": "๐Ÿ‡ญ๐Ÿ‡บ Hungary",
    "Uruguay": "๐Ÿ‡บ๐Ÿ‡พ Uruguay",
    "Portugal": "๐Ÿ‡ต๐Ÿ‡น Portugal",
    "Georgia": "๐Ÿ‡ฌ๐Ÿ‡ช Georgia",
    "Thailand": "๐Ÿ‡น๐Ÿ‡ญ Thailand",
    "United Arab Emirates": "๐Ÿ‡ฆ๐Ÿ‡ช United Arab Emirates",
    "Spain": "๐Ÿ‡ช๐Ÿ‡ธ Spain",
    "Italy": "๐Ÿ‡ฎ๐Ÿ‡น Italy",
    "Canada": "๐Ÿ‡จ๐Ÿ‡ฆ Canada",
    "Colombia": "๐Ÿ‡จ๐Ÿ‡ด Colombia",
    "Mexico": "๐Ÿ‡ฒ๐Ÿ‡ฝ Mexico",
    "Japan": "๐Ÿ‡ฏ๐Ÿ‡ต Japan",
    "South Korea": "๐Ÿ‡ฐ๐Ÿ‡ท South Korea",
}

# Add terrain emojis mapping
terrain_emoji_map = {
    "Coastal": "๐Ÿ–๏ธ Coastal",
    "Mountain": "โ›ฐ๏ธ Mountain",
    "Urban": "๐Ÿ™๏ธ Urban",
    "Desert": "๐Ÿœ๏ธ Desert",
    "Tropical": "๐ŸŒด Tropical",
    "Island": "๐Ÿ๏ธ Island",
    "Forest": "๐ŸŒฒ Forest",
    "Rural": "๐ŸŒพ Rural"
}