No commit activity in last 3 years
No release in over 3 years
Red Datasets Daru adds `#to_daru` method to each dataset in Red Datasets. Using this method, you can obtain dataset as an object of `Daru::DataFrame` class, which is provided by [daru](https://github.com/sciruby/daru).
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

Runtime

>= 0
>= 0.0.3
 Project Readme

Build Status

README

Nane

Red Datasets Daru

Description

Red Datasets Daru provides the way to export a Red Datasets object as Daru::DataFrame object.

Red Datasets Daru adds #to_daru method to each dataset in Red Datasets. Using this method, you can obtain dataset as an object of Daru::DataFrame class, which is provided by daru.

Install

gem install red-datasets-daru

Usage

require "datasets-daru"

iris = Datasets::Iris.new
iris_df = iris.to_daru
puts iris_df.head

License

The MIT License. See LICENSE.txt for the details.