Skip to content

Commit

Permalink
moving pi alphabetical order
Browse files Browse the repository at this point in the history
  • Loading branch information
sakurajimatop committed Jul 13, 2024
1 parent 76f0670 commit 29d7dd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/data_morph/data/loader.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ class DataLoader:
'dog': 'dog.csv',
'music': 'music.csv',
'panda': 'panda.csv',
'pi': 'pi.csv',
'Python': 'python.csv',
'SDS': 'superdatascience.csv',
'sheep': 'sheep.csv',
'pi':'pi.csv',
}
AVAILABLE_DATASETS = sorted(_DATASETS.keys(), key=str.lower)
"""list[str]: List of available built-in starter datasets,
Expand Down

0 comments on commit 29d7dd4

Please sign in to comment.