RTIInternational / teehr

Tools for Exploratory Evaluation in Hydrologic Research
https://rtiinternational.github.io/teehr/
MIT License
8 stars 8 forks source link

Add tds.get_field_statistics() #111

Open mgdenno opened 9 months ago

mgdenno commented 9 months ago

We currently have tds.get_unique_field_values("field_name") that returns the unique values which is useful for categorical data. I think it would be useful to have something similar for continuous fields such as reference_time, datetime, etc.

mgdenno commented 4 months ago

The could include number of distinct values which could help with #175 although probably not the solution we are looking for.