Skip to content

A data-frame that uses method piping in Python

License

Notifications You must be signed in to change notification settings

dirmeier/dataframe

Repository files navigation

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>

About

A data-frame that uses method piping in Python

Topics

Resources

License

Stars

Watchers

Forks

Languages