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

Method items

pandas/core/internals/managers.py:299–300  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

297
298 @property
299 def items(self) -> Index:
300 return self.axes[0]
301
302 def _has_no_reference(self, i: int) -> bool:
303 """

Callers 15

replaceMethod · 0.45
_get_group_namesFunction · 0.45
str_extractallFunction · 0.45
applyMethod · 0.45
to_denseMethod · 0.45
to_cooMethod · 0.45
densityMethod · 0.45
__init__Method · 0.45
get_dummiesFunction · 0.45
from_dummiesFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected