Skip to content

Commit fde9090

Browse files
committed
Add numba example
1 parent abe85d1 commit fde9090

File tree

2 files changed

+329
-0
lines changed

2 files changed

+329
-0
lines changed

source-code/pandas/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,5 @@ easy to use.
3232
1. `apply.ipynb`: Jupyter notebook that illustrates the use of the `apply` method
3333
in pandas dataframes for applying functions along rows or columns. It includes
3434
a comparison of performance between using `apply` and vectorized operations.
35+
1. `numba_and_pandas.ipynb`: Jupyter notebook that demonstrates how to use Numba
36+
to optimize performance of operations on pandas dataframes.

0 commit comments

Comments
 (0)