You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@airavata.apache.org by "machristie (via GitHub)" <gi...@apache.org> on 2023/02/20 15:38:30 UTC

[GitHub] [airavata-data-catalog] machristie opened a new issue, #19: Get a list of values for a metadata field

machristie opened a new issue, #19:
URL: https://github.com/apache/airavata-data-catalog/issues/19

   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](https://pandas.pydata.org/pandas-docs/stable/reference/api/pandas.qcut.html) 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.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@airavata.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org