Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_mgr
Method · 0.95
_get_values_tuple
Method · 0.95
_get_value
Method · 0.95
repeat
Method · 0.95
mode
Method · 0.95
duplicated
Method · 0.95
round
Method · 0.95
quantile
Method · 0.95
diff
Method · 0.95
dot
Method · 0.95
combine
Method · 0.95
sort_values
Method · 0.95
Calls
no outgoing calls
Tested by
no test coverage detected