globaldothealth / adtl

Another data transformation language
https://adtl.readthedocs.io
MIT License
1 stars 0 forks source link

Add combinedType=min and combinedType=max #62

Closed abhidg closed 1 year ago

abhidg commented 1 year ago

Can be used to find earliest and latest dates, highest temperature etc. Like combinedType=any, these should return None if all the elements in the iterable are None.