Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
phelps-sg committed Dec 30, 2023
1 parent 4a648f6 commit 968a759
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions src/zipline/data/bcolz_daily_bars.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ def write(
self, data, assets=None, show_progress=False, invalid_data_behavior="warn"
):
"""
Write a stream of daily data. Any existing data in the file is overwritten.
Parameters
----------
Expand Down
2 changes: 1 addition & 1 deletion src/zipline/data/bcolz_minute_bars.py
Original file line number Diff line number Diff line change
Expand Up @@ -627,7 +627,7 @@ def set_sid_attrs(self, sid, **kwargs):
table.attrs[k] = v

def write(self, data, show_progress=False, invalid_data_behavior="warn"):
"""Write a stream of minute data.
"""Append a stream of minute data to the existing file.
Parameters
----------
Expand Down

0 comments on commit 968a759

Please sign in to comment.