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

Method time_to_numpy

asv_bench/benchmarks/series_methods.py:383–384  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

381 )
382
383 def time_to_numpy(self):
384 self.ser.to_numpy()
385
386 def time_to_numpy_double_copy(self):
387 self.ser.to_numpy(dtype="float64", copy=True)

Callers

nothing calls this directly

Calls 1

to_numpyMethod · 0.45

Tested by

no test coverage detected