Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/holoviz/hvplot
/ makeDataFrame
Function
makeDataFrame
hvplot/tests/util.py:55–57 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
53
54
55
def
makeDataFrame():
56
data = getSeriesData()
57
return
pd.DataFrame(data)
58
59
60
def
makeDateIndex(k=10, freq=
'B'
, name=None, **kwargs):
Callers
8
test_plot_supports_duckdb_relation
Function · 0.90
test_plot_supports_duckdb_connection
Function · 0.90
test_plotting_plot_duckdb
Function · 0.90
test_interactive_nested_widgets
Function · 0.90
test_interactive_slice
Function · 0.90
test_dataframe_pandas
Function · 0.90
test_dataframe_dask
Function · 0.90
test_dataframe_polars
Function · 0.90
Calls
1
getSeriesData
Function · 0.85
Tested by
8
test_plot_supports_duckdb_relation
Function · 0.72
test_plot_supports_duckdb_connection
Function · 0.72
test_plotting_plot_duckdb
Function · 0.72
test_interactive_nested_widgets
Function · 0.72
test_interactive_slice
Function · 0.72
test_dataframe_pandas
Function · 0.72
test_dataframe_dask
Function · 0.72
test_dataframe_polars
Function · 0.72
Used in the wild
real call sites across dependent graphs
searching dependent graphs…