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

Function set_use_bottleneck

pandas/core/nanops.py:59–63  ·  view source on GitHub ↗
(v: bool = True)

Source from the content-addressed store, hash-verified

57
58
59def set_use_bottleneck(v: bool = True) -> None:
60 # set/unset to use bottleneck
61 global _USE_BOTTLENECK
62 if _BOTTLENECK_INSTALLED:
63 _USE_BOTTLENECK = v
64
65
66set_use_bottleneck(get_option("compute.use_bottleneck"))

Callers 1

nanops.pyFile · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected