Skip to content

Commit 825630e

Browse files
europeandas: changing order of the schedule
1 parent 60ac025 commit 825630e

File tree

1 file changed

+35
-35
lines changed

1 file changed

+35
-35
lines changed

europandas2019/index.html

Lines changed: 35 additions & 35 deletions
Original file line numberDiff line numberDiff line change
@@ -321,22 +321,17 @@ <h3 class="section-title multiple-title">Who is this event for?</h3>
321321
</td>
322322
</tr>
323323
<tr>
324-
<th scope="row">4:10pm - 4:35pm</td>
325-
<td>Restructuring pandas indexing code: some ideas</td>
326-
<td><a href="https://pietrobattiston.it/">Pietro Battiston</a><br/><span style="font-size: 12px; margin-left: 20px;">pandas core developer</span></td>
327-
</tr>
328-
<tr>
329-
<th scope="row">4:35pm - 5pm</td>
330-
<td>Extending pandas with extension arrays</td>
331-
<td><a href="https://jorisvandenbossche.github.io/">Joris Van den Bossche</a><br/>
324+
<th scope="row">4:10pm - 4:25pm</td>
325+
<td>Memory allocation in CPython</td>
326+
<td>
327+
<a href="https://twitter.com/pyblogsal">Pablo Galindo</a><br/>
332328
<div style="font-size: 12px; margin-left: 20px;">
333-
pandas core developer<br/>
334-
geopandas core developer
329+
CPython core developer
335330
</div>
336331
</td>
337332
</tr>
338333
<tr>
339-
<th scope="row">5pm - 5:25pm</td>
334+
<th scope="row">4:25pm - 4:50pm</td>
340335
<td><a href="https://arrow.apache.org/">Apache Arrow</a>: an overview</td>
341336
<td>
342337
Antoine Pitrou<br/>
@@ -348,7 +343,7 @@ <h3 class="section-title multiple-title">Who is this event for?</h3>
348343
</td>
349344
</tr>
350345
<tr>
351-
<th scope="row">5:25pm - 5:50pm</td>
346+
<th scope="row">4:50pm - 5:15pm</td>
352347
<td>xtensor, xframe: data structures for data sciences</td>
353348
<td>
354349
<a href="https://twitter.com/SylvainCorlay">Sylvain Corlay</a><br/>
@@ -360,12 +355,37 @@ <h3 class="section-title multiple-title">Who is this event for?</h3>
360355
<a href="https://twitter.com/JohanMabille">Johan Mabille</a><br/><span style="font-size: 12px; margin-left: 20px;">co-author of xtensor, xsimd &amp; xeus</span>
361356
</td>
362357
</tr>
358+
<tr>
359+
<th scope="row">5:15pm - 5:40pm</td>
360+
<td>Extending pandas with extension arrays</td>
361+
<td><a href="https://jorisvandenbossche.github.io/">Joris Van den Bossche</a><br/>
362+
<div style="font-size: 12px; margin-left: 20px;">
363+
pandas core developer<br/>
364+
geopandas core developer
365+
</div>
366+
</td>
367+
</tr>
363368
<tr class="bg-secondary">
364-
<th scope="row">5:50pm - 6:10pm</td>
369+
<th scope="row">5:40pm - 6pm</td>
365370
<td colspan="2" class="center" style="background-color: #f0f0f0;">Break</td>
366371
</tr>
367372
<tr>
368-
<th scope="row">6:10pm - 6:50pm</td>
373+
<th scope="row">6pm - 6:25pm</td>
374+
<td>Restructuring pandas indexing code: some ideas</td>
375+
<td><a href="https://pietrobattiston.it/">Pietro Battiston</a><br/><span style="font-size: 12px; margin-left: 20px;">pandas core developer</span></td>
376+
</tr>
377+
<tr>
378+
<th scope="row">6:25pm - 6:40pm</td>
379+
<td><a href="https://vaex.readthedocs.io/en/latest/">Vaex</a></td>
380+
<td>
381+
<a href="https://www.maartenbreddels.com/">Maarten Breddels</a><br/>
382+
<div style="font-size: 12px; margin-left: 20px;">
383+
Vaex author
384+
</div>
385+
</td>
386+
</tr>
387+
<tr>
388+
<th scope="row">6:40pm - 7:20pm</td>
369389
<td>The future of pandas - Update and Q&amp;A session</td>
370390
<td>
371391
<a href="https://jorisvandenbossche.github.io/">Joris Van den Bossche</a>,
@@ -377,7 +397,7 @@ <h3 class="section-title multiple-title">Who is this event for?</h3>
377397
</td>
378398
</tr>
379399
<tr>
380-
<th scope="row">6:50pm - 7:30pm</td>
400+
<th scope="row">7:20pm - 8pm</td>
381401
<td>Corporate users panel</td>
382402
<td>
383403
Maren Eckhoff, <span style="font-size: 12px">QuantumBlack</span><br/>
@@ -387,26 +407,6 @@ <h3 class="section-title multiple-title">Who is this event for?</h3>
387407
<span style="margin-left: 10px;">Moderated by <a href="https://twitter.com/hendorf">Alexander Hendorf</a></span>
388408
</td>
389409
</tr>
390-
<tr>
391-
<th scope="row">7:30pm - 7:45pm</td>
392-
<td><a href="https://vaex.readthedocs.io/en/latest/">Vaex</a></td>
393-
<td>
394-
<a href="https://www.maartenbreddels.com/">Maarten Breddels</a><br/>
395-
<div style="font-size: 12px; margin-left: 20px;">
396-
Vaex author
397-
</div>
398-
</td>
399-
</tr>
400-
<tr>
401-
<th scope="row">7:45pm - 8pm</td>
402-
<td>Memory allocation in CPython</td>
403-
<td>
404-
<a href="https://twitter.com/pyblogsal">Pablo Galindo</a><br/>
405-
<div style="font-size: 12px; margin-left: 20px;">
406-
CPython core developer
407-
</div>
408-
</td>
409-
</tr>
410410
</tbody>
411411
</table>
412412

0 commit comments

Comments
 (0)