Sha256: 05efb0b820d24040d8fbd91d071804bdd39c4ab2921a56c7e29483b52ebe87eb

Contents?: true

Size: 1.11 KB

Versions: 2

Compression:

Stored size: 1.11 KB

Contents

quandl:
  command:
    tasks:
      download:
        options:
          order:        "Return rows in either ASC or DESC order"
          transform:    "Transform data using one of: diff, rdiff, cumul, normalize, rdiff_from"
          collapse:     "Collapse data to one of: daily, weekly, monthly, quarterly, annual"
          trim_start:   "Exclude rows that are older than trim_start"
          trim_end:     "Exclude rows that are newer than trim_end"
          threads:      "How many workers to use during download."
          limit:        "Limit the number of rows returned"
          column:       "Pluck a specific column by index"
          row:          "Pluck a specific row by index"
          offset:       "Offset the start of the rows"
        
        validations:
          trim_start:   "is invalid. Expected format: yyyy-mm-dd"
          trim_end:     "is invalid. Expected format: yyyy-mm-dd"
          order:        "must be one of: asc, desc"
          collapse:     "must be one of: daily, weekly, monthly, quarterly, annual"
          transform:    "must be one of: diff, rdiff, cumul, normalize, rdiff_from"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
quandl-0.2.25 config/locales/en.yml
quandl-0.2.24 config/locales/en.yml