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

Method _constructor

pandas/core/series.py:606–607  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

604
605 @property
606 def _constructor(self) -> type[Series]:
607 return Series
608
609 def _constructor_from_mgr(self, mgr, axes):
610 ser = Series._from_mgr(mgr, axes=axes)

Callers 15

_constructor_from_mgrMethod · 0.95
_get_values_tupleMethod · 0.95
_get_valueMethod · 0.95
repeatMethod · 0.95
modeMethod · 0.95
duplicatedMethod · 0.95
roundMethod · 0.95
quantileMethod · 0.95
diffMethod · 0.95
dotMethod · 0.95
combineMethod · 0.95
sort_valuesMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected