Skip to content

Commit 05e0523

Browse files
mmckyHumphreyYang
andauthored
Update lectures/polars.md
Co-authored-by: Humphrey Yang <[email protected]>
1 parent c776ffb commit 05e0523

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lectures/polars.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,8 @@ You may notice the above series has no indices, unlike in [pd.Series](pandas:ser
104104
Polars `Series` are built on top of Apache Arrow arrays and support many similar
105105
operations to Pandas `Series`.
106106

107+
(For interested readers, please see this extended reading on [Apache Arrow](https://www.datacamp.com/tutorial/apache-arrow))
108+
107109
```{code-cell} ipython3
108110
s * 100
109111
```

0 commit comments

Comments
 (0)