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

Method setUp

hvplot/tests/testtransforms.py:11–12  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9
10class TestPandasTransforms(ComparisonTestCase):
11 def setUp(self):
12 import hvplot.pandas # noqa
13
14 def test_pandas_transform(self):
15 demo_df = pd.DataFrame({'value': np.random.randn(50), 'probability': np.random.rand(50)})

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected