[FEA]: Add getters to Datasets API to easily get metadata information #3820
Labels
feature request
New feature or request
improvement
Improvement / enhancement to an existing function
Milestone
Is this a new feature, an improvement, or a change to existing functionality?
Improvement
How would you describe the priority of this feature request
Low (would be nice)
Please provide a clear description of problem this feature solves
If a cugraph user wants to view metadata (eg number of nodes) in a dataset, they have to either navigate to the metadata path to view the YAML files or access it through
dataset.metadata
.Describe your ideal solution
To simplify the process for the end-user, Datasets objects can have getter methods that quickly read from the metadata.
Describe any alternatives you have considered
n/a
Additional context
n/a
Code of Conduct
The text was updated successfully, but these errors were encountered: