Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_rank_string
Method
time_rank_string
asv_bench/benchmarks/categoricals.py:202–203 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
200
self.s_int_cat_ordered = self.s_int.astype(int_cat_type)
201
202
def
time_rank_string(self):
203
self.s_str.rank()
204
205
def
time_rank_string_cat(self):
206
self.s_str_cat.rank()
Callers
nothing calls this directly
Calls
1
rank
Method · 0.45
Tested by
no test coverage detected