A data-frame_ implementation using method piping in python.
Large-scale data-analysis is getting increasingly important in statistics and
computer science. For matrix-shaped data-sets dataframe
offers an easy to
use framework for analysis, reshaping and modification of data in Python
.
dataframe
hasbasic grouping, aggregation, subsetting
and modification functions and is (in the near future maybe) extended to C++
and Fortran. In the latest version dataframe
offers method piping as in
the unix-commandline or R's magrittr package.
Simon Dirmeier <sfyrbnd @ pm me>