MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / TimeRange

Class TimeRange

benchmarks/src/postprocessing/monitor.py:112–114  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

110
111@dataclasses.dataclass
112class TimeRange:
113 start: Timestamp
114 end: Timestamp
115
116
117def resample(df: pd.DataFrame, time_index: pd.Series, period="1S"):

Callers 1

get_time_rangeFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected