MCPcopy Create free account
hub / github.com/holoviz/hvplot / makeTimeDataFrame

Function makeTimeDataFrame

hvplot/tests/util.py:80–82  ·  view source on GitHub ↗
(nper=None, freq='B')

Source from the content-addressed store, hash-verified

78
79
80def makeTimeDataFrame(nper=None, freq='B'):
81 data = getTimeSeriesData(nper, freq)
82 return pd.DataFrame(data)

Calls 1

getTimeSeriesDataFunction · 0.85

Used in the wild real call sites across dependent graphs

searching dependent graphs…