GitHub - JuliaData/TableMetadataTools.jl: Tools for working with metadata of Tables.jl tables in Julia. (original) (raw)

TableMetadataTools.jl

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

Currently it defines and exports:

Installation

This package is still in experimental phase (gathering users' feedback).

To install it write:

] add TableMetadataTools.jl

(] switches you to package manager mode in Julia REPL.)

Usage

All exported functions have docstrings explaining their behavior.

You can find a demo how the package can be used to work with metadata in /docs/demo.ipynb Jupyter Notebook.

To run it have your terminal in the /docs folder and do the following steps: