We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abe85d1 commit fde9090Copy full SHA for fde9090
source-code/pandas/README.md
@@ -32,3 +32,5 @@ easy to use.
32
1. `apply.ipynb`: Jupyter notebook that illustrates the use of the `apply` method
33
in pandas dataframes for applying functions along rows or columns. It includes
34
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