Closed
Description
Minor code cleanup opportunity here. _get_cython_function
in core/groupby
returns a tuple containing a function and a dtype_str
. While the latter is unpacked, it never appears to be used in code that calls it.
Line 2243 in 93c86aa
As an alternate to removing it, it may serve some purpose if the below line is refactored to use it rather than creating its own local variable, but unless there's some other purposes I'd still just suggest cleaning up the _get_cython_function
itself
Line 2318 in 93c86aa