Pages = ["dataset.md"]
Dataset
convert_to_dataset
namedtuple_to_dataset
As a DimensionalData.AbstractDimStack, Dataset also implements the AbstractDimStack API and can be used like a DimStack.
See [DimensionalData's documentation](@extref DimensionalData stacks) for example usage.
Dataset implements the Tables interface.
This allows Datasets to be used as sources for any function that can accept a table.
For example, it's straightforward to:
- write to CSV with CSV.jl
- flatten to a DataFrame with DataFrames.jl
- plot with StatsPlots.jl
- plot with AlgebraOfGraphics.jl