MCPcopy Create free account
hub / github.com/Kaggle/docker-python / test_plot

Method test_plot

tests/test_polars.py:11–14  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

9 self.assertEqual(100, len(data))
10
11 def test_plot(self):
12 # This relies on the hvplot package
13 data = pl.read_csv('/input/tests/data/train.csv')
14 data.plot.line()
15

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected