Closed
Description
Location of the documentation
Documentation problem
For engine
we have None : Defaults to 'cython' or globally setting compute.use_numba
Suggested fix for documentation
I'm very confident that this should read None : Defaults to 'cython' or the global setting in compute.use_numba
.
Following the source code for apply
to https://github.com/pandas-dev/pandas/blob/v1.2.3/pandas/core/window/rolling.py#L1307 and https://github.com/pandas-dev/pandas/blob/v1.2.3/pandas/core/util/numba_.py#L17 neither place sets the global variable, they just read from it.