quandl v0.4.1 Quandl.V3.Model.DatasetData

Dataset Data for a time-series.

Attributes

  • data (type: list()), default: nil)
  • column_index (type: Integer.t), default: nil)
  • column_names (type: list(String.t), default: nil)
  • start_date (type: String.t), default: nil)
  • end_data (type: Date.t), default: nil)
  • frequency (type: Date.t), default: nil)
  • limit (type: String.t), default: nil)
  • order (type: String.t), default: nil)
  • transform (type: String.t), default: nil)
  • collapse (type: String.t), default: nil)

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Link to this type

t()

t() :: %Quandl.V3.Model.DatasetData{
  collapse: String.t(),
  column_index: Integer.t(),
  column_names: [String.t()],
  data: list(),
  end_date: Date.t(),
  frequency: String.t(),
  limit: String.t(),
  order: String.t(),
  start_date: Date.t(),
  transform: String.t()
}

Link to this section Functions

Link to this function

decode(value, options)

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.