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

Method time_partition

asv_bench/benchmarks/strings.py:102–103  ·  view source on GitHub ↗
(self, dtype)

Source from the content-addressed store, hash-verified

100 self.s.str.pad(100, side="both")
101
102 def time_partition(self, dtype):
103 self.s.str.partition("A")
104
105 def time_rpartition(self, dtype):
106 self.s.str.rpartition("A")

Callers

nothing calls this directly

Calls 1

partitionMethod · 0.80

Tested by

no test coverage detected