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 2c7e128 commit d74cdf0Copy full SHA for d74cdf0
pandas/core/window/numba_.py
@@ -189,7 +189,7 @@ def generate_numba_table_func(
189
"""
190
Generate a numba jitted function to apply window calculations table-wise.
191
192
- Func will be passed a M window size x N number of columns array, and
+ Func will be passed an M window size x N number of columns array, and
193
must return a 1 x N number of columns array.
194
195
1. jit the user's function
0 commit comments