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

Method test_read_csv

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

Source from the content-addressed store, hash-verified

4
5class TestPolars(unittest.TestCase):
6 def test_read_csv(self):
7 data = pl.read_csv('/input/tests/data/train.csv')
8
9 self.assertEqual(100, len(data))
10
11 def test_plot(self):
12 # This relies on the hvplot package

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected