File size: 307 Bytes
8571d25 06a78ad 8ece08c 06a78ad |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 |
---
license: cc-by-2.0
---
# BBC for All Times
You could find BBC News articles from every month between 2017 to 2022.
Use this to download BBC News articles during a specific month:
```
ds = datasets.load_dataset('RealTimeData/bbc_alltime', '2017-8')
```
The time stamp follows the format of "YYYY-MM". |