Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_rank_int_cat
Method
time_rank_int_cat
asv_bench/benchmarks/categoricals.py:214–215 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
212
self.s_int.rank()
213
214
def
time_rank_int_cat(self):
215
self.s_int_cat.rank()
216
217
def
time_rank_int_cat_ordered(self):
218
self.s_int_cat_ordered.rank()
Callers
nothing calls this directly
Calls
1
rank
Method · 0.45
Tested by
no test coverage detected