Sha256: 203476fa546a9d60c7917405d666d0ee841eee022376d5af2d5075061f67b2e4
Contents?: true
Size: 358 Bytes
Versions: 4
Compression:
Stored size: 358 Bytes
Contents
# Quandl::Operation ## Purpose The purpose of this gem is to modify time-series array data by: - collapse - transform - sort ## Installation ```ruby gem 'quandl_operation' ``` ## Usage ```ruby data = [[2456461, 1, 2, 3],[2456460, 2, 3, 4]] Quandl::Operation::Collapse.perform(data, :weekly) Quandl::Operation::Transform.perform(data, :rdiff) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
quandl_operation-0.4.2 | README.md |
quandl_operation-0.4.2.rc1 | README.md |
quandl_operation-0.4.1 | README.md |
quandl_operation-0.4.0 | README.md |