TableMetadataTools.jl icon indicating copy to clipboard operation
TableMetadataTools.jl copied to clipboard

Tools for working with metadata of Tables.jl tables in Julia.

Results 2 TableMetadataTools.jl issues
Sort by recently updated
recently updated
newest added

I'm using metadata for the first time today (I usually use Stata and R for data cleaning) and I found it helpful to define the following functions to make it...

It would be interesting to make Unitful not a required dependency, for example by using Package Extensions to define the unit-related functionality only when Unitful is loaded: https://docs.julialang.org/en/v1/manual/code-loading/#man-extensions Currently, the...