Sha256: 092404af3eff5879d2c958413b2ff6e508f40d849eb9e2a44eb18adb6f94bf5e
Contents?: true
Size: 1.21 KB
Versions: 12
Compression:
Stored size: 1.21 KB
Contents
quandl: command: tasks: delete: options: threads: "How many workers to use during delete." 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
12 entries across 12 versions & 1 rubygems