View Source Kino.Explorer (KinoExplorer v0.1.2)
A kino for interactively viewing Explorer.DataFrame
.
examples
Examples
df = Explorer.Datasets.fossil_fuels()
Kino.Explorer.new(df)
Link to this section Summary
Functions
Creates a new kino displaying a given data frame or series.
Link to this section Types
@type t() :: Kino.JS.Live.t()
Link to this section Functions
@spec new( Explorer.DataFrame.t() | Explorer.Series.t(), keyword() ) :: t()
Creates a new kino displaying a given data frame or series.