Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Get a list of values for a metadata field #19

Open
machristie opened this issue Feb 20, 2023 · 0 comments
Open

Get a list of values for a metadata field #19

machristie opened this issue Feb 20, 2023 · 0 comments

Comments

@machristie
Copy link
Contributor

Implement an API method(s) to get a list of values for a metadata field. For a field with discrete values, this API method might just return all known values. However, for a field with continuous values, the API method should return a set of ranges of values (bins) where the number of records that fall within each range are roughly equivalent (similar to Pandas qcut function). The API method should provide a parameter for how many bins to return for continuous values.

We might want to add a "continuous or discrete" attribute to metadata fields API since this seems like an important thing to describe about a metadata field.

Also, when it comes to continuous data, that only applies to continuous data types like numeric and date-time data types.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant