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

Function test_explorer_method_dataframe

hvplot/tests/testui.py:231–237  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

229
230
231def test_explorer_method_dataframe():
232 explorer = df.hvplot.explorer()
233
234 assert isinstance(explorer, hvDataFrameExplorer)
235 assert explorer.kind == 'scatter'
236 assert explorer.x == 'index'
237 assert explorer.y == 'species'
238
239
240def test_explorer_method_grid():

Callers

nothing calls this directly

Calls 1

explorerMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…