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

Method test_read_feather

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

Source from the content-addressed store, hash-verified

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")
13
14 self.assertEqual(10, data.size)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected