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

It should be possible to specify an index column in a CSV #59

Open baarkerlounger opened 7 years ago

baarkerlounger commented 7 years ago

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.

gioele commented 5 years ago

This would greatly simplify the loading of time series from CSVs where the first column is a date index.