Skip to content

Commit 190663f

Browse files
committed
Fix last talks
1 parent 018830c commit 190663f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/dataset.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -631,19 +631,19 @@ export const SCHEDULE: Schedule[] = [
631631
},
632632
{
633633
time: "20:12",
634-
title: "Everything You Wished You Didn't Have to Know about Numbers in Python",
634+
title: "TimeSeries Databases and Pandas DataFrames ",
635635
type: Types.TALK,
636636
speaker: 47
637637
},
638638
{
639639
time: "20:24",
640-
title: "Functional Meets Objects",
640+
title: "Life without `pip install` 😱",
641641
type: Types.TALK,
642642
speaker: 48
643643
},
644644
{
645645
time: "20:36",
646-
title: "Teaching test-driven development with pytest",
646+
title: "GPU accelerated Crossfilter Vizualizations in Python",
647647
type: Types.TALK,
648648
speaker: 49
649649
},

0 commit comments

Comments
 (0)