You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: transcripts/462-pandas-and-beyond-with-wes.txt
+1-1
Original file line number
Diff line number
Diff line change
@@ -456,7 +456,7 @@
456
456
457
457
00:20:37 And so in the meantime, you know, with, with all, all, everything that's happened with web technology, it's now very easy to put a complete JavaScript engine in a stall footprint, you know, on a machine with no dependencies and to be able to run a system that is, you know, written in a system that's written in JavaScript.
458
458
459
-
00:20:55 And so Cordo is completely language agnostic. It's written in TypeScript and it uses Pandoc as an, as an underlying engine.
459
+
00:20:55 And so Quarto is completely language agnostic. It's written in TypeScript and it uses Pandoc as an, as an underlying engine.
460
460
461
461
00:21:02 And it's very easy to install. And so it addresses some of the portability and extensibility issues that were, that were present in R Markdown.
Copy file name to clipboardExpand all lines: transcripts/462-pandas-and-beyond-with-wes.vtt
+1-1
Original file line number
Diff line number
Diff line change
@@ -688,7 +688,7 @@ And also people, it had an association with R that perhaps was like, like unmeri
688
688
And so in the meantime, you know, with, with all, all, everything that's happened with web technology, it's now very easy to put a complete JavaScript engine in a stall footprint, you know, on a machine with no dependencies and to be able to run a system that is, you know, written in a system that's written in JavaScript.
689
689
690
690
00:20:55.660-->00:21:02.700
691
-
And so Cordo is completely language agnostic. It's written in TypeScript and it uses Pandoc as an, as an underlying engine.
691
+
And so Quarto is completely language agnostic. It's written in TypeScript and it uses Pandoc as an, as an underlying engine.
692
692
693
693
00:21:02.700-->00:21:11.100
694
694
And it's very easy to install. And so it addresses some of the portability and extensibility issues that were, that were present in R Markdown.
Copy file name to clipboardExpand all lines: transcripts/487-building-rust-extensions-for-python.vtt
+1-1
Original file line number
Diff line number
Diff line change
@@ -1231,7 +1231,7 @@ But is this a compile time check or is this a runtime check?
1231
1231
We don't really think about compiling much in Python.
1232
1232
1233
1233
00:27:28.660-->00:27:37.220
1234
-
We don't think about it, but you can think of import time when you do different stuff or you think about static typing when you go and run PyWrite over your code.
1234
+
We don't think about it, but you can think of import time when you do different stuff or you think about static typing when you go and run Pyright over your code.
1235
1235
1236
1236
00:27:37.220-->00:27:40.180
1237
1237
And that is very similar in some ways to compile time.
Copy file name to clipboardExpand all lines: transcripts/492-great-tables.vtt
+8-8
Original file line number
Diff line number
Diff line change
@@ -220,7 +220,7 @@ And let's dive into great tables.
220
220
It's an awesome episode.
221
221
222
222
00:04:00.880-->00:04:04.140
223
-
Rich, Michael, welcome to Talk Bython Me.
223
+
Rich, Michael, welcome to Talk Python To Me.
224
224
225
225
00:04:04.140-->00:04:05.020
226
226
Great to have you two here.
@@ -3939,7 +3939,7 @@ And Quarto is really convenient for building things like websites or HTML report
3939
3939
And it's also developed by Posit.
3940
3940
3941
3941
00:58:25.820-->00:58:32.360
3942
-
But we, yeah, we end up putting tables a lot in like Quarto documents or the like GreatTables
3942
+
But we, yeah, we end up putting tables a lot in like Quarto documents or the like Great Tables
3943
3943
3944
3944
00:58:32.360-->00:58:32.880
3945
3945
website.
@@ -3972,7 +3972,7 @@ Oh, yeah.
3972
3972
I guess for context.
3973
3973
3974
3974
00:58:44.480-->00:58:49.880
3975
-
So like some tools like IBIS, their API docs and the GreatTables docs.
3975
+
So like some tools like IBIS, their API docs and the Great Tables docs.
3976
3976
3977
3977
00:58:49.880-->00:58:50.480
3978
3978
Yeah.
@@ -4011,7 +4011,7 @@ Is anything they should be looking out for?
4011
4011
Yeah.
4012
4012
4013
4013
00:59:10.120-->00:59:14.300
4014
-
I think we want to port quite a bit more from the R program over to GreatTables.
4014
+
I think we want to port quite a bit more from the R program over to Great Tables.
4015
4015
4016
4016
00:59:14.300-->00:59:18.960
4017
4017
That includes things like merging, concatenating values from different columns into single columns.
@@ -4056,10 +4056,10 @@ The snake will eat its own tail.
4056
4056
Excel's a big one.
4057
4057
4058
4058
00:59:46.520-->00:59:50.980
4059
-
We'll put GreatTables in Excel so you can just go all the way to the bottom, wherever that is.
4059
+
We'll put Great Tables in Excel so you can just go all the way to the bottom, wherever that is.
4060
4060
4061
4061
00:59:51.760-->00:59:59.220
4062
-
Well, I think one other thing to note is extensions that in R, tons of people have extended GT, the GreatTables for R.
4062
+
Well, I think one other thing to note is extensions that in R, tons of people have extended GT, the Great Tables for R.
4063
4063
4064
4064
00:59:59.220-->01:00:01.760
4065
4065
And tons of helper packages.
@@ -4069,10 +4069,10 @@ Like if putting a bar in your table is something you want to do, there are a lot
4069
4069
4070
4070
01:00:09.760-->01:00:20.720
4071
4071
And so I think one nice thing would be we want to kind of create a example helper package just to give a feel for how people in Python could also create this kind of stuff for
4072
-
GreatTables.
4072
+
Great Tables.
4073
4073
4074
4074
01:00:20.960-->01:00:30.260
4075
-
If you want to extend like, yeah, if you wanted to create your own little bar charts in GreatTables, it seems like people have done a lot of that in R.
4075
+
If you want to extend like, yeah, if you wanted to create your own little bar charts in Great Tables, it seems like people have done a lot of that in R.
4076
4076
4077
4077
01:00:30.260-->01:00:34.760
4078
4078
And so it'd be cool to try to foster that kind of ecosystem and extension.
0 commit comments