MCPcopy
hub / github.com/pandas-dev/pandas / mgr

Function mgr

pandas/tests/internals/test_internals.py:57–62  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

55
56@pytest.fixture
57def mgr():
58 return create_mgr(
59 "a: f8; b: object; c: f8; d: object; e: f8;"
60 "f: bool; g: i8; h: complex; i: datetime-1; j: datetime-2;"
61 "k: M8[ns, US/Eastern]; l: M8[ns, CET];"
62 )
63
64
65def assert_block_equal(left, right):

Callers

nothing calls this directly

Calls 1

create_mgrFunction · 0.85

Tested by

no test coverage detected