Book a Demo!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutPoliciesSign UpSign In
python-visualization
GitHub Repository: python-visualization/folium
Path: blob/main/tests/vegalite_data/vegalite_vlater.json
1601 views
1
{
2
"config": {
3
"view": {
4
"height": 300,
5
"width": 400
6
}
7
},
8
"data": {
9
"name": "data-aac17e868e23f98b5e0830d45504be45"
10
},
11
"datasets": {
12
"data-aac17e868e23f98b5e0830d45504be45": [
13
{
14
"folium usage": 0,
15
"happiness": 1
16
},
17
{
18
"folium usage": 1,
19
"happiness": 2.718281828459045
20
},
21
{
22
"folium usage": 2,
23
"happiness": 7.38905609893065
24
},
25
{
26
"folium usage": 3,
27
"happiness": 20.085536923187668
28
},
29
{
30
"folium usage": 4,
31
"happiness": 54.598150033144236
32
},
33
{
34
"folium usage": 5,
35
"happiness": 148.4131591025766
36
},
37
{
38
"folium usage": 6,
39
"happiness": 403.4287934927351
40
},
41
{
42
"folium usage": 7,
43
"happiness": 1096.6331584284585
44
},
45
{
46
"folium usage": 8,
47
"happiness": 2980.9579870417283
48
},
49
{
50
"folium usage": 9,
51
"happiness": 8103.083927575384
52
}
53
]
54
},
55
"encoding": {
56
"x": {
57
"field": "folium usage",
58
"type": "quantitative"
59
},
60
"y": {
61
"field": "happiness",
62
"type": "quantitative"
63
}
64
},
65
"mark": "point"
66
}
67
68