PyDataset icon indicating copy to clipboard operation
PyDataset copied to clipboard

Make data an enum or create an additional enum of datasets

Open Happily-Coding opened this issue 1 year ago • 0 comments

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.

Happily-Coding avatar Aug 16 '24 14:08 Happily-Coding