We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef1d61b commit 71deb89Copy full SHA for 71deb89
pandas/index.html
@@ -261,6 +261,16 @@ <h3 class="section-title">Locations</h3>
261
"url": "https://www.meetup.com/PyData-Nairobi/",
262
"lat": -1.286531,
263
"lng": 36.817345},
264
+ {"title": "ShenZhen",
265
+ "description": "ShenZhen, TBD",
266
+ "url": "#",
267
+ "lat": 22.541672,
268
+ "lng": 114.059691},
269
+ {"title": "Zhuhai",
270
+ "description": "Zhuhai, TBD",
271
272
+ "lat": 22.270760,
273
+ "lng": 113.577165},
274
];
275
for (i=0; i < chapters.length; i++) {
276
var marker = new google.maps.Marker({
0 commit comments