I setup our historic usstock-1min database using the steps found in Usage Guide
We noticed that the data had signification gaps in close, high, low, volume, and open. about 1 in every 10 candles has a blank for stock sid FIBBG000FQRVM3 (ticker: WAT).
I ran the following code to get an export from the zipline database directly:
and here are examples of the data missing:
(I have the entire csv if that would be helpful)
We've noticed that most of the sids have gaps in the data.
We update the data every night:
I tend to operate under the motto "bad data in bad trades out."
Is there anyway to address this data quality issue?