microsoft / microsoft/causica

Failed to retrieve the dataset from Azure blob storage

Open
#116 2 comments 1 reaction 0 assignees View on GitHub

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.

Image

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. 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

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.