Skip to content

Latest commit

 

History

History
37 lines (28 loc) · 1.44 KB

README.rst

File metadata and controls

37 lines (28 loc) · 1.44 KB

dataframe

https://travis-ci.org/dirmeier/dataframe.svg?branch=master https://api.codacy.com/project/badge/Grade/3787d3068c2f472bb337665ff67d7068

A data-frame_ implementation using method piping in python.

About

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.

Author

Simon Dirmeier <sfyrbnd @ pm me>