daru-io icon indicating copy to clipboard operation
daru-io copied to clipboard

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.

Results 30 daru-io issues
Sort by recently updated
recently updated
newest added

I stumbled on problem with speed when using daru, and found that a way to speed things up was to do more work in database - namely group and aggregate...

It should be possible to specify an index column present in a CSV when loading a DataFrame from CSV rather than having to give an Array or Daru::Index.

enhancement
Importer

In response to https://github.com/SciRuby/daru-io/issues/78#issuecomment-466979801 , making this PR. In my second thought, I thought it would be better if we lower bound the dependency version, instead of using `~>` constraint....

Current latest release of Daru is 0.2.1. This gem, however, specifies dependency as `~> 0.1.5`, which forces the library user to stick with the old version. Is it possible to...

We showld stop using open-uri, because `Kernel#open` change unintentionally by the user, and `Kewrnel#open` has Security Issue. https://github.com/bbatsov/rubocop/blob/master/manual/cops_security.md#securityopen

Changes from https://github.com/SciRuby/daru/pull/445 PR has to be mirrored here.

Mirror changes

As mentioned by @zverok in PR #64, the README seems to be quite crowded with examples and useful information of ALL Importer-Exporter modules. Rather, the corresponding links in the LOC...

Repo setup
ready

@baarkerlounger did a great job in adding the [release policy for daru](https://github.com/SciRuby/daru/blob/master/ReleasePolicy.md). I think daru-io (and also daru-view) could inherit the same release policy.

Repo setup
ready

- Fixes a silly yet major bug with linkage between daru & daru-io calls (for ALL `write` exporter methods, which yet again draws attention to handle #55 ASAP) - Adds...

Exporter
in progress

With the [new version rollouts](https://rubygems.org/gems/rubocop-rspec) of rubocop-rspec gem in November, `RSpec/ContextWording` has been added. This enforces context descriptions to begin with 'when', 'with', or 'without'. I think this makes sense...

Repo setup
ready