Class: Hash
Instance Method Summary collapse
-
#to_dataframe(*args) ⇒ Object
(also: #to_dataset)
Creates a Statsample::Dataset based on a Hash.
Instance Method Details
permalink #to_dataframe(*args) ⇒ Object Also known as: to_dataset
Creates a Statsample::Dataset based on a Hash
5 6 7 |
# File 'lib/statsample/dataset.rb', line 5 def to_dataframe(*args) Daru::DataFrame.new(self, *args) end |