/bamboo

Bamboo provide easy-to-use tools for pandas DataFrames including stats, plots, classification tools, etc.

Primary LanguagePythonBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

bamboo

Bamboo is an open source, BSD-licensed library providing easy-to-use tools for Pandas DataFrames (http://pandas.pydata.org/)

Dependencies

Please see the requirements.txt file.

Install

The easyest way is to download de source code and use:

pip install bamboo/

Development

Code

Github

You can check the latest sources with the command:

git clone https://www.github.com/neurita/bamboo.git

or if you have write privileges:

git clone git@github.com:neurita/bamboo.git

If you are going to create patches for this project, create a branch for it from the master branch.

The stable releases are tagged in the repository.

Testing

TODO