Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_duplicated
Method
time_duplicated
asv_bench/benchmarks/multiindex_object.py:154–155 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
152
self.mi = MultiIndex(levels=levels, codes=codes)
153
154
def
time_duplicated(self):
155
self.mi.duplicated()
156
157
158
class
Sortlevel:
Callers
nothing calls this directly
Calls
1
duplicated
Method · 0.45
Tested by
no test coverage detected