Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_endswith
Method
time_endswith
asv_bench/benchmarks/strings.py:65–66 ·
view source on GitHub ↗
(self, dtype)
Source
from the content-addressed store, hash-verified
63
self.s.str.count(
"A"
)
64
65
def
time_endswith(self, dtype):
66
self.s.str.endswith(
"A"
)
67
68
def
time_extract(self, dtype):
69
with
warnings.catch_warnings(record=True):
Callers
nothing calls this directly
Calls
1
endswith
Method · 0.80
Tested by
no test coverage detected