SciRuby / daru

Data Analysis in RUby
BSD 2-Clause "Simplified" License
1.03k stars 139 forks source link

Dataframes to play with #426

Open zverok opened 6 years ago

zverok commented 6 years ago

When new user tries Daru (or old user tries to quick-experiment "how this is done"), it is a bit tiresome to create new DF from scratch, especially with multi-index, different data types and stuff.

So, it looks reasonable to have several sample DFs included with the library. Like this:

require 'daru/samples'
df = Daru::Samples::IRIS.dup

...or something like that. Ideally, it should be also easy to see "what samples we have, and what are they characteristics". Or something like that.