Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ time_from_str
Method
time_from_str
asv_bench/benchmarks/inference.py:37–38 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
35
to_numeric(self.numstr, errors=
"coerce"
)
36
37
def
time_from_str(self):
38
to_numeric(self.str, errors=
"coerce"
)
39
40
41
class
ToNumericDowncast:
Callers
nothing calls this directly
Calls
1
to_numeric
Function · 0.90
Tested by
no test coverage detected