Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
80
def
makeTimeDataFrame(nper=None, freq=
'B'
):
81
data = getTimeSeriesData(nper, freq)
82
return
pd.DataFrame(data)
Callers
2
test_wide_charts_categorically_shaded_explicit_ys
Method · 0.90
test_wide_charts_categorically_shaded_implicit_ys
Method · 0.90
Calls
1
getTimeSeriesData
Function · 0.85
Tested by
2
test_wide_charts_categorically_shaded_explicit_ys
Method · 0.72
test_wide_charts_categorically_shaded_implicit_ys
Method · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…