Wednesday 16 August 2023

How to get a dataset using statsmodels get_rdataset?

Python's statsmodels library has get_rdataset() method that can fetch various datasets. Where is the list of datasets that can be fetched? How do I use it to load datasets?

The documentation has no mention of which datasets are available. It merely says that dataname: The name of the dataset you want to download is a required parameter but does not mention which datanames are possible anywhere.



from How to get a dataset using statsmodels get_rdataset?

No comments:

Post a Comment