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.
