Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/pandas-dev/pandas
/ _constructor
Method
_constructor
pandas/core/frame.py:664–665 ·
view source on GitHub ↗
(self)
Source
from the content-addressed store, hash-verified
662
663
@property
664
def
_constructor(self) -> type[DataFrame]:
665
return
DataFrame
666
667
def
_constructor_from_mgr(self, mgr, axes) -> DataFrame:
668
df = DataFrame._from_mgr(mgr, axes=axes)
Callers
14
_constructor_from_mgr
Method · 0.95
dot
Method · 0.95
transpose
Method · 0.95
_setitem_frame
Method · 0.95
_reindex_multi
Method · 0.95
_maybe_align_series_as_frame
Method · 0.95
_construct_result
Method · 0.95
combine
Method · 0.95
apply
Method · 0.95
round
Method · 0.95
corr
Method · 0.95
cov
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected