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

Method time_rank_int

asv_bench/benchmarks/categoricals.py:211–212  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

209 self.s_str_cat_ordered.rank()
210
211 def time_rank_int(self):
212 self.s_int.rank()
213
214 def time_rank_int_cat(self):
215 self.s_int_cat.rank()

Callers

nothing calls this directly

Calls 1

rankMethod · 0.45

Tested by

no test coverage detected