Enhancing performance — pandas 1.3.4 documentation
2021-10-17 · Enhancing performance¶. In this part of the tutorial, we will investigate how to speed up certain functions operating on pandas DataFrames using three different techniques: Cython, Numba and pandas.eval().We will see a speed improvement of ~200 when we use Cython and Numba on a test function operating row-wise on the DataFrame ing pandas.eval() we will …