Skip to content

Commit 7f9fcd0

Browse files
Adding Chicago and Toronto to the Pandas sprint
1 parent 7cd4e43 commit 7f9fcd0

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

pandas/index.html

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -281,6 +281,16 @@ <h3 class="section-title">Locations</h3>
281281
"url": "https://www.meetup.com/knoxdata/",
282282
"lat": 35.960190,
283283
"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},
284294
];
285295
for (i=0; i < chapters.length; i++) {
286296
var marker = new google.maps.Marker({

0 commit comments

Comments
 (0)