iamaziz / PyDataset

Instant access to many datasets in Python.
MIT License
935 stars 86 forks source link

get_rdatasets in statsmodels #9

Open jseabold opened 8 years ago

jseabold commented 8 years ago

Just wanted to point you to some similar functionality we have in statsmodels that just pulls from the Rdatasets repo.

https://github.com/statsmodels/statsmodels/blob/master/statsmodels/datasets/utils.py#L246

iamaziz commented 7 years ago

Looks great thanks! wish I knew about that earlier. Though it seems to require internet connection for each download.

jseabold commented 7 years ago

There's caching, but yeah, you'll have to pull the datasets initially.