Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_drop_duplicates
Method
time_drop_duplicates
asv_bench/benchmarks/period.py:78–79 ·
view source on GitHub ↗
(self, typ)
Source
from the content-addressed store, hash-verified
76
self.vector = Series(data * 1000)
77
78
def
time_drop_duplicates(self, typ):
79
self.vector.drop_duplicates()
80
81
def
time_value_counts(self, typ):
82
self.vector.value_counts()
Callers
nothing calls this directly
Calls
1
drop_duplicates
Method · 0.45
Tested by
no test coverage detected