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
25 stars 9 forks source link

Adds JSON Exporter #40

Closed athityakumar closed 7 years ago

athityakumar commented 7 years ago

@zverok - I've removed the :orient option as per the review. But this now means that to_json will always return something like an Array of (nested) Hashes, rather than other (manipulation) options like Hash of Hashes or Array of Arrays. :-/

v0dro commented 7 years ago

Whats the update on this issue?

athityakumar commented 7 years ago

@v0dro - I've added :orient and block manipulation, as per discussion on issue #10. Requires a final review.