NickCH-K / causaldata

Packages of Example Data for The Effect
124 stars 29 forks source link

Problem loading close_college dataset in Python #7

Closed FemkeBakker closed 6 months ago

FemkeBakker commented 7 months ago

Hi @NickCH-K,

I'm having issues with loading the close_college dataset into Python. I get an attribute error saying that the model 'causaldata' has no attribute 'close_college'. Do you know what might be the issue?

It does work for other datasets, such as the black_politicians dataset.

image

Best, Femke Bakker

NickCH-K commented 7 months ago

Thank you for letting me know about this. I will fix this soon. In the meantime you can find the file here and load it with pd.read_stata https://github.com/NickCH-K/causaldata/blob/main/Python/causaldata/close_college/close_college.dta

NickCH-K commented 6 months ago

Fixed