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:
AlexCatarino
2017-07-06 15:09:59 +01:00
parent 93941deac0
commit 3c23759efd
4 changed files with 146 additions and 1 deletions
+4 -1
View File
@@ -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).