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

Method time_upper

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

Source from the content-addressed store, hash-verified

130 self.s.str.title()
131
132 def time_upper(self, dtype):
133 self.s.str.upper()
134
135 def time_lower(self, dtype):
136 self.s.str.lower()

Callers

nothing calls this directly

Calls 1

upperMethod · 0.80

Tested by

no test coverage detected