Contex

v0.1.0

  • Pages
  • Modules

    Contex v0.1.0 Contex.Dataset View Source

    Link to this section Summary

    Functions

    column_extents(dataset, column_name)
    column_index(arg1, column_name)
    column_name(arg1, column_index)
    combined_column_extents(dataset, column_names)
    guess_column_type(dataset, column_name)
    new(data)
    new(data, headers)
    title(dataset, title)
    unique_values(dataset, column_name)
    value(row, column_index)

    Link to this section Functions

    Link to this function

    column_extents(dataset, column_name)

    View Source
    Link to this function

    column_index(arg1, column_name)

    View Source
    Link to this function

    column_name(arg1, column_index)

    View Source
    Link to this function

    combined_column_extents(dataset, column_names)

    View Source
    Link to this function

    guess_column_type(dataset, column_name)

    View Source
    Link to this function

    new(data)

    View Source
    Link to this function

    new(data, headers)

    View Source
    Link to this function

    title(dataset, title)

    View Source
    Link to this function

    unique_values(dataset, column_name)

    View Source
    Link to this function

    value(row, column_index)

    View Source

    Built using ExDoc (v0.21.2), designed by Friedel Ziegelmayer for the Elixir programming language.