You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Removing split and dividend columns from the data fixed the issue.
Thus, I would like to suggest removing this part of the documentation:
Zipline provides a bundle called csvdir, which allows users to ingest data from .csv files. The format of the files should be in OHLCV format, with dates, dividends, and splits. A sample is provided below. There are other samples for testing purposes in zipline/tests/resources/csvdir_samples.
Dear Zipline Maintainers,
Before I tell you about my issue, let me describe my environment:
Environment
Linux janusz 5.0.0-27-generic Fills in missing slots in transform data panels. #28-Ubuntu SMP Tue Aug 20 19:53:07 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux
$ python --version
3.5.4
64
alembic==1.1.0
bcolz==0.12.1
Bottleneck==1.2.1
certifi==2019.6.16
chardet==3.0.4
Click==7.0
contextlib2==0.5.5
cycler==0.10.0
cyordereddict==1.0.0
Cython==0.29.13
decorator==4.4.0
docutils==0.15.2
empyrical==0.5.3
idna==2.8
intervaltree==3.0.2
kiwisolver==1.1.0
Logbook==1.5.2
lru-dict==1.1.6
lxml==4.4.1
Mako==1.1.0
MarkupSafe==1.1.1
matplotlib==3.0.3
mock==3.0.5
multipledispatch==0.6.0
networkx==1.11
numexpr==2.7.0
numpy==1.17.2
pandas==0.22.0
pandas-datareader==0.7.4
patsy==0.5.1
pymongo==3.9.0
pyparsing==2.4.2
PyQt5==5.13.1
PyQt5-sip==4.19.19
python-dateutil==2.8.0
python-editor==1.0.4
pytz==2019.2
requests==2.22.0
requests-file==1.4.3
scipy==1.3.1
seaborn==0.9.0
six==1.12.0
sortedcontainers==2.1.0
SQLAlchemy==1.3.8
statsmodels==0.10.1
tables==3.5.2
toolz==0.10.0
trading-calendars==1.8.1
urllib3==1.25.3
wrapt==1.11.2
zipline==1.3.0
Now that you know a little about me, let me tell you about the issue I am
having:
Description of Issue
Here is how you can reproduce this issue on your machine:
Reproduction Steps
From my perspective, this is the minimal working example.
The file that is used to get csv bundle is attached to this issue.
What steps have you taken to resolve this already?
...
Anything else?
I'm using a slightly modified version of zipline, as per #2540 + I changed the default benchmark code to make it work.
My csv file:
Sincerely,
mstaniak
The text was updated successfully, but these errors were encountered: