MCPcopy Create free account
hub / github.com/kernc/backtesting.py / to_series

Method to_series

backtesting/_util.py:134–136  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

132 return super().__float__()
133
134 def to_series(self):
135 warnings.warn("`.to_series()` is deprecated. For pd.Series conversion, use accessor `.s`")
136 return self.s
137
138 @property
139 def s(self) -> pd.Series:

Callers 2

compute_statsFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected