PyDataset
PyDataset copied to clipboard
Make data an enum or create an additional enum of datasets
Right now, developers have to either show data, or guess the name of an available dataset. If the datasets were either a constant or an enum, developers could just use code completion to choose what dataset to load.