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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to