Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
replace
Method · 0.45
_get_group_names
Function · 0.45
str_extractall
Function · 0.45
_assemble_from_unit_mappings
Function · 0.45
apply
Method · 0.45
_maybe_reindex_columns_na_proxy
Function · 0.45
to_dense
Method · 0.45
to_coo
Method · 0.45
density
Method · 0.45
__init__
Method · 0.45
get_dummies
Function · 0.45
from_dummies
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected