You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I had a conversation with Joanna today about types in data, and apparently, there are a few distinctions we can make. Specifically, we can disambiguate the difference between data types and units. For example, an integer can be a data type, but dollars can be a unit.
There are also a few pieces of additional information we parsed today:
We anticipate some standards on this can help elucidate how to properly check for data types, data ranges, and will trickle down to measure_info structure and test routines
The text was updated successfully, but these errors were encountered:
I had a conversation with Joanna today about types in data, and apparently, there are a few distinctions we can make. Specifically, we can disambiguate the difference between
data types
andunits
. For example, an integer can be a data type, but dollars can be a unit.There are also a few pieces of additional information we parsed today:
Location where existing data types are used: https://github.com/uva-bi-sdad/community/blob/2a4d0a88de1ecf0d65b4c39b7c8995d7e4325b4f/dev/community.js#L3201-L3216
Set of values in measure_info files:
Their symmetric difference is:
We anticipate some standards on this can help elucidate how to properly check for data types, data ranges, and will trickle down to measure_info structure and test routines
The text was updated successfully, but these errors were encountered: