dataframe v0.1.0 DataFrame

Functions to create and modify a Frame, a structure with a 2D table with information, indexes and columns

Summary

Functions

at(frame, index_name, column_name)
head(frame, size \\ 5)
iat(frame, index, column)
iloc(frame, index, columns)
loc(frame, index_range, column_range)
new(table_with_index, columns)
new(table, index, columns)
sort_index(frame, ascending \\ true)
sort_values(frame, column_name, ascending \\ true)
tail(frame, the_size \\ 5)
transpose(frame)