Implements History Requests returning pandas.DataFrame
Algorithms written in python can access to new overloads for the QCAlgorithm.History method that returns a dictionary with pandas.DataFrame
This commit is contained in:
@@ -25,4 +25,7 @@ Please checkout the command to install the whitelisted packages [here](https://g
|
||||
### macOS
|
||||
By default, macOS has python installed.
|
||||
|
||||
Rename `Lean\packages\QuantConnect.pythonnet._version_\build\Python.Runtime.mac` to `Lean\packages\QuantConnect.pythonnet._version_\lib\Python.Runtime.dll`
|
||||
Rename `Lean\packages\QuantConnect.pythonnet._version_\build\Python.Runtime.mac` to `Lean\packages\QuantConnect.pythonnet._version_\lib\Python.Runtime.dll`
|
||||
|
||||
### pandas
|
||||
Install [pandas](https://pandas.pydata.org/) and its [dependencies](https://pandas.pydata.org/pandas-docs/stable/install.html#dependencies).
|
||||
|
||||
Reference in New Issue
Block a user