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
It would be nice to be able to save units in column names according to a given standard, and provide transforms to "unitfy" the columns for the user. For example, we could follow the convention that T [K] the variable T has units K. We could then introduce a transform Unitfy that removes the suffix [K] and adds the corresponding unit with Unitful.jl to the array of values.
The text was updated successfully, but these errors were encountered:
It would be nice to be able to save units in column names according to a given standard, and provide transforms to "unitfy" the columns for the user. For example, we could follow the convention that
T [K]
the variableT
has unitsK
. We could then introduce a transformUnitfy
that removes the suffix[K]
and adds the corresponding unit with Unitful.jl to the array of values.The text was updated successfully, but these errors were encountered: