Closed iangow closed 4 years ago
Also, we should work out what antecedent tables need updating (perhaps it's just filings
).
And I think we need to start backing up this table, as it is costly to produce.
@iangow Close this?
Not sure. It should be pretty easy to adapt the code above to work out whether there are gaps remaining (basically compare processed
with filings
and perhaps group_by(form_type
) and then count
).
Not sure. It should be pretty easy to adapt the code above to work out whether there are gaps remaining (basically compare
processed
withfilings
and perhapsgroup_by(form_type
) and thencount
).
@bdcallen Do you want to do that? Then I think we could close this.
To date, we have focused
filing_docs
on certain filings. It seems we now have most of thefilings
processed in this table. Perhaps it makes sense to process the rest. The first step would be to estimate how much time this will require, both as a one-off update and as regular updates of the full table (e.g., every day or every week).Created on 2018-11-23 by the reprex package (v0.2.1)