Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 768 Bytes

File metadata and controls

33 lines (24 loc) · 768 Bytes

Dataset

Pages = ["dataset.md"]

Type definition

Dataset

General conversion

convert_to_dataset
namedtuple_to_dataset

DimensionalData

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.

Tables inteface

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