fix crawl entries with missing chunk in louis_v004
Open
- Dominant language
- Jupyter Notebook
- Stars
- 1
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
```
select count(*)
from crawl left join chunk
on crawl.id = chunk.crawl_id
where chunk.crawl_id is null
```
outputs a count of 8934.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.