SciRuby / daru-io

daru-io is a plugin gem to the existing daru gem, which aims to add support to Importing DataFrames from / Exporting DataFrames to multiple formats.
http://www.rubydoc.info/github/athityakumar/daru-io/master/
MIT License
24 stars 9 forks source link

Adds JSON Importer #21

Closed athityakumar closed 7 years ago

athityakumar commented 7 years ago

The meta-programming part for initializing and linking has been left out in this PR. It should be easier to add that feature to both Redis & JSON importers in a separate PR, once all these 3 PRs have been merged.

athityakumar commented 7 years ago

Thanks for reviewing, @lokeshh. Merging this in now. 👍

athityakumar commented 7 years ago

@zverok - Please continue reviewing the changes on PR #26 😄