MCPcopy
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_mgrMethod · 0.95
dotMethod · 0.95
transposeMethod · 0.95
_setitem_frameMethod · 0.95
_reindex_multiMethod · 0.95
_construct_resultMethod · 0.95
combineMethod · 0.95
applyMethod · 0.95
roundMethod · 0.95
corrMethod · 0.95
covMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected