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

Method time_lower

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

Source from the content-addressed store, hash-verified

133 self.s.str.upper()
134
135 def time_lower(self, dtype):
136 self.s.str.lower()
137
138 def time_wrap(self, dtype):
139 self.s.str.wrap(10)

Callers

nothing calls this directly

Calls 1

lowerMethod · 0.80

Tested by

no test coverage detected