Spaces:
Running
Running
File size: 418 Bytes
e078b1d | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | # Automatic Dataset Download
The repo tries to fetch the dataset automatically when you run:
```bash
python -m src.cli.run_prepare
```
## Authentication
Use one of these:
- `~/.kaggle/kaggle.json`
- `KAGGLE_USERNAME` and `KAGGLE_KEY`
## Manual fallback
If automatic download is not available in your environment, manually download:
`US_Accidents_March23.csv`
Then place it in:
`data/raw/US_Accidents_March23.csv`
|