-
Notifications
You must be signed in to change notification settings - Fork 47
Open
Labels
pkg:apiapi related activitiesapi related activitiesprio:highstatus:confirmedIs a valid issue and will be moved forward soon.Is a valid issue and will be moved forward soon.type:featureNew featureNew feature
Description
When pulling a dataset, the response object contains the json of the dataset. Would it be attractive to instead return a Dataset object?
The Dataset class would simply contain getter and setter functions for all properties and the constructor only needs the json as an input.
I assume this would improve clarity (one could create a print function to show the metadata maybe using pandas?).
Additionally, a Dataset object could be passed to other functions like create_dataset.
Metadata
Metadata
Assignees
Labels
pkg:apiapi related activitiesapi related activitiesprio:highstatus:confirmedIs a valid issue and will be moved forward soon.Is a valid issue and will be moved forward soon.type:featureNew featureNew feature