When I try to run this code:
load pre-downloaded seaborn fmri-gammas dataset for assignment
gammas = sns.load_dataset('gammas')
gammas.head()
It gives me an error saying the dataset 'gammas' does not exist. In addition the dataset 'gammas' is also not present in the data repository for seaborn examples. Why is that the case?