Skip to content

quandl/quandl_operation

Repository files navigation

Quandl::Operation

Purpose

The purpose of this gem is to modify time-series array data by:

  • collapse
  • transform
  • sort

Installation

gem 'quandl_operation'

Usage

data = [[2456461, 1, 2, 3],[2456460, 2, 3, 4]]

Quandl::Operation::Collapse.perform(data, :weekly)
Quandl::Operation::Transform.perform(data, :rdiff)

About

Parse, collapse, and transform time-series array data.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages