MCPcopy
hub / github.com/pandas-dev/pandas / numba_func

Function numba_func

pandas/tests/groupby/aggregate/test_numba.py:381–382  ·  view source on GitHub ↗
(values, index)

Source from the content-addressed store, hash-verified

379 pytest.importorskip("numba")
380
381 def numba_func(values, index):
382 return 1
383
384 df = DataFrame([{"A": 1, "B": 2, "C": 3}]).set_index(["A", "B"])
385 engine_kwargs = {"nopython": nopython, "nogil": nogil, "parallel": parallel}

Callers 4

roll_applyFunction · 0.50
roll_tableFunction · 0.50
group_aggFunction · 0.50
group_transformFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected