class

Dataframe(Any)

Inherits Reference < Object

Constructors

new(data : Any, headers : Array(String) = [] of String, index_col : Int32 = -1)
Source

Class methods

gen_col_names(num)
Source
load_csv(filename, index_col = -1, index_type = "datetime", index_format = "%Y-%m-%d %H:%M:%S", headers = true)
Source

Instance methods

data
Source
find_indexes(*columns : String)
Source
headers
Source
index_col
Source
length
Source
max(*columns : String)
Source
mean(*columns : String) : Dataframe
Source
min(*columns : String)
Source
percentile(*columns : String, p : Float64)
Source
plot(*columns : String, filename = Time.now.to_s)
Source
shape
Source
std(*columns : String)
Source
sum(*columns : String)
Source
to_csv(*columns, filename = Time.local.to_s, headers = true)
Source