Dataset
Dataset provides a simple abstraction for managing tabular sets of data.
Datasets are enumerable and collectable. They can also be rotated. Eventually they will be queryable via Relate.
Installation
Dataset can be installed by adding dataset to your list of
dependencies in mix.exs:
def deps do
[
{:dataset, "~> 0.4.0"}
]
endDocumentation can be found at https://hexdocs.pm/dataset.