Bamboo is an open source, BSD-licensed library providing easy-to-use tools for Pandas DataFrames (http://pandas.pydata.org/)
Please see the requirements.txt file.
The easyest way is to download de source code and use:
pip install bamboo/
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.
TODO