We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cd4e43 commit 7f9fcd0Copy full SHA for 7f9fcd0
pandas/index.html
@@ -281,6 +281,16 @@ <h3 class="section-title">Locations</h3>
281
"url": "https://www.meetup.com/knoxdata/",
282
"lat": 35.960190,
283
"lng": -83.922619},
284
+ {"title": "Chicago",
285
+ "description": "ChiPy",
286
+ "url": "https://www.meetup.com/_ChiPy_/",
287
+ "lat": 41.875766,
288
+ "lng": -87.618938},
289
+ {"title": "Toronto",
290
+ "description": "PyData Toronto",
291
+ "url": "https://www.meetup.com/pydatato/",
292
+ "lat": 43.642792,
293
+ "lng": -79.387085},
294
];
295
for (i=0; i < chapters.length; i++) {
296
var marker = new google.maps.Marker({
0 commit comments