View Source Tucan.Datasets (tucan v0.1.0)

Common datasets for Tucan demos and docs.

Summary

Types

@type t() ::
  :barley
  | :iris
  | :corruption
  | :cars
  | :gapminder
  | :weather
  | :titanic
  | :penguins
  | :stocks
  | :flights
  | :tips
  | :movies
  | :unemployment

Functions

@spec dataset(atom()) :: binary()