smart-on-fhir / cumulus-library-data-metrics

A data metrics study for the Cumulus project
https://docs.smarthealthit.org/cumulus/
Apache License 2.0
2 stars 0 forks source link

Cap max_date in the meta_date table to avoid Pandas bug #62

Closed mikix closed 2 weeks ago

mikix commented 3 weeks ago

It can't represent dates past 2262, which we sometimes have due to typos etc.

Plus, it doesn't really makes sense to say that a run of the data metrics covers data in the future.

So instead, we cap to CURRENT_DATE. No fix yet for typos deep in the past.