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

Method time_series_constructor

asv_bench/benchmarks/ctors.py:85–86  ·  view source on GitHub ↗
(self, data_fmt, with_index, dtype)

Source from the content-addressed store, hash-verified

83 self.index = np.arange(N) if with_index else None
84
85 def time_series_constructor(self, data_fmt, with_index, dtype):
86 Series(self.data, index=self.index)
87
88
89class SeriesDtypesConstructors:

Callers

nothing calls this directly

Calls 1

SeriesClass · 0.90

Tested by

no test coverage detected