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

Method time_from_ints

asv_bench/benchmarks/period.py:40–41  ·  view source on GitHub ↗
(self, freq, is_offset)

Source from the content-addressed store, hash-verified

38 PeriodIndex(self.rng2, freq=freq)
39
40 def time_from_ints(self, freq, is_offset):
41 PeriodIndex(self.ints, freq=freq)
42
43 def time_from_ints_daily(self, freq, is_offset):
44 PeriodIndex(self.daily_ints, freq=freq)

Callers

nothing calls this directly

Calls 1

PeriodIndexClass · 0.90

Tested by

no test coverage detected