MCPcopy
hub / github.com/jasonstrimpel/volatility-trading / array_to_dataframe

Function array_to_dataframe

volatility/volest.py:32–36  ·  view source on GitHub ↗
(ndarray)

Source from the content-addressed store, hash-verified

30
31
32def array_to_dataframe(ndarray):
33 return pandas.DataFrame(
34 ndarray,
35 columns=['Open', 'High', 'Low', 'Close']
36 )
37
38
39class VolatilityEstimator(object):

Callers 1

__init__Method · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected