MCPcopy
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
41class ToNumericDowncast:

Callers

nothing calls this directly

Calls 1

to_numericFunction · 0.90

Tested by

no test coverage detected