Failed to retrieve the dataset from Azure blob storage
Nobody has claimed this yet.
- Dominant language
- Python
- Stars
- 536
- Forks
- 69
- Avg merge
- 20h 29m
- Merged PRs (30d)
- 1
Description
from causica.datasets.causica_dataset_format import CAUSICA_DATASETS_PATH, Variable
root_path = CAUSICA_DATASETS_PATH + "causal_ai_suite"
df = pd.read_csv(root_path + "/multi_attribution_data_20220819.csv")
HTTPError: HTTP Error 404: The requested website is not configured.
To look into this further I also tried to print the CAUSICA_DATASETS_PATH and entered the link manually in the web browser and got the following error.
Please help me understand if the dataset is either not publicly available anymore or if it's relocated/removed.
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start in causica/datasets/causica_dataset_format.py and inspect CAUSICA_DATASETS_PATH, then reproduce the pandas read of multi_attribution_data_20220819.csv. Check the referenced Azure blob location and the linked dataset path. Done means confirming whether the dataset is available, relocated, or removed, and recording the finding or required path update.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- azure, python
- Domain
- cloud, data
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Needs clarification
- Newbie friendliness
- 25/100