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

Method test_read_csv

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

Source from the content-addressed store, hash-verified

4
5class TestPandas(unittest.TestCase):
6 def test_read_csv(self):
7 data = pd.read_csv("/input/tests/data/train.csv")
8
9 self.assertEqual(100, len(data.index))
10
11 def test_read_feather(self):
12 data = pd.read_feather("/input/tests/data/feather-0_3_1.feather")

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected