Skip to content

Commit e39679d

Browse files
authored
Merge pull request #147 from manikanta-hitunik-com/patch-145
Update 462-pandas-and-beyond-with-wes.txt
2 parents 6c54e9b + 4db4e9a commit e39679d

File tree

1 file changed

+13
-14
lines changed

1 file changed

+13
-14
lines changed

transcripts/462-pandas-and-beyond-with-wes.txt

Lines changed: 13 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
00:00:05 with one of its pioneers, Wes McKinney.
44

5-
00:00:08 He's the creator or co-creator of the pandas Apache Arrow and Evus projects, as well as
5+
00:00:08 He's the creator or co-creator of the pandas Apache Arrow and IBIS projects, as well as
66

77
00:00:13 an entrepreneur in this space.
88

@@ -12,7 +12,7 @@
1212

1313
00:00:25 You're listening to Michael Kennedy on Talk Python to Me.
1414

15-
00:00:28 Life from Portland, Oregon, and this segment was made with Python.
15+
00:00:28 Live from Portland, Oregon, and this segment was made with Python.
1616

1717
00:00:33 Welcome to Talk Python to Me, a weekly podcast on Python.
1818

@@ -656,7 +656,7 @@
656656

657657
00:19:59 a extensions to Markdown that allow you to have code cells written in, in our and then
658658

659-
00:20:05 eventually they added support for some other languages where it's kind of like a Jupiter
659+
00:20:05 eventually they added support for some other languages where it's kind of like a Jupyter
660660

661661
00:20:08 notebook in the sense that you could have some Markdown and some code and some plots
662662

@@ -692,7 +692,7 @@
692692

693693
00:21:11 But but as a result, you know, I think our the the Posit team had a lot of just has more
694694

695-
00:21:16 than a, you know, a decade, or if you include cold fusion, you know, more than 25 years
695+
00:21:16 than a, you know, a decade, or if you include Cold Fusion, you know, more than 25 years
696696

697697
00:21:20 of experience and in building really developer friendly technical publishing tools.
698698

@@ -734,7 +734,7 @@
734734

735735
00:22:18 And I think history of the project is interesting.
736736

737-
00:22:20 And I think also how the project has has developed in the intervening 1516 years is pretty interesting
737+
00:22:20 And I think also how the project has has developed in the intervening 15 16 years is pretty interesting
738738

739739
00:22:28 as well.
740740

@@ -808,15 +808,15 @@
808808

809809
00:24:36 Have you heard of the Django knots?
810810

811-
00:24:38 The Django knots?
811+
00:24:38 The Djangonauts?
812812

813-
00:24:39 I think it's Django knots dot space.
813+
00:24:39 I think it's Djangonauts dot space.
814814

815815
00:24:40 They have an awesome domain.
816816

817817
00:24:42 But it's basically like kind of like a boot camp, but it's for taking people who just
818818

819-
00:24:46 like Dingo and turn them into actually contributors or core contributors.
819+
00:24:46 like Django and turn them into actually contributors or core contributors.
820820

821821
00:24:50 What's your onboarding story for people who do want to participate?
822822

@@ -1116,7 +1116,7 @@
11161116

11171117
00:34:07 development life cycles.
11181118

1119-
00:34:08 What do you think about JupyterLite and these PyOxidized and basically Jupyter in a browser
1119+
00:34:08 What do you think about JupyterLite and these PyOdide and basically Jupyter in a browser
11201120

11211121
00:34:17 type of things, WebAssembly and all that?
11221122

@@ -1594,7 +1594,7 @@
15941594

15951595
00:49:05 You have this tool, which, so maybe you could work with, you know, DuckDB on your laptop
15961596

1597-
00:49:10 or pandas or pollers with Ibis on your laptop.
1597+
00:49:10 or pandas or polars with Ibis on your laptop.
15981598

15991599
00:49:13 But if you have, if you need to run that workload someplace else, maybe with, you know, ClickHouse
16001600

@@ -1620,11 +1620,11 @@
16201620

16211621
00:49:59 that's hard to get rid of.
16221622

1623-
00:50:01 And so that's why you have Richie Fink started the Pollers project, which is kind of a reimagining
1623+
00:50:01 And so that's why you have Richie Fink started the Polars project, which is kind of a reimagining
16241624

16251625
00:50:06 of pandas, pandas data frames written in Rust and exposed in Python.
16261626

1627-
00:50:11 And Pollers, of course, is built on Apache Arrow at its core.
1627+
00:50:11 And Polars, of course, is built on Apache Arrow at its core.
16281628

16291629
00:50:15 So building an Arrow native data frame library in Rust and, you know, all the benefits that
16301630

@@ -1636,7 +1636,7 @@
16361636

16371637
00:50:29 When you're talking about Arrow and supporting different ways of using it and things being
16381638

1639-
00:50:32 built on it, certainly Pollers came to mind for me.
1639+
00:50:32 built on it, certainly Polars came to mind for me.
16401640

16411641
00:50:35 You know, when you talk about Ibis, I think it's interesting that a lot of these data
16421642

@@ -1955,4 +1955,3 @@
19551955
00:59:29 [MUSIC PLAYING]
19561956

19571957
00:59:32 [END PLAYBACK]
1958-

0 commit comments

Comments
 (0)