This is the community repository of bamboolib. There are no source files because bamboolib is closed source. However, you can use bamboolib for free on Open Data. If you have any issues or feature requests, please open an issue.
bamboolib is a python package for easy data exploration & transformation with pandas. You can use it with Jupyter Notebook or JupyterLab. bamboolib adds an interactive UI to your pandas output, which allows you to quickly prepare and visualize your data. All transformations come with full keyboard control, making bamboolib loved both by pandas-savvy users as well as Python novices.
- Focus on what you want to do instead of how
- No more digging through StackOverflow
- Use your keyboard or mouse – whatever is fastest
- Quick onboarding with minimal learning curve
- Find all features via an intuitive search bar
- Created by professional Data Scientists
- Seamless integration into your existing working environment
- Work from within Jupyter Notebook or JupyterLab
- Live code export for reproducibility and full customization
- All your data remains private and secure
- Use it on your local machine without the need for cloud access
- Satisfies the requirements of your IT department
Install bamboolib for Jupyter Notebook by running the code below in your terminal (or Anaconda Prompt for Windows)
pip install bamboolib
# Jupyter Notebook extensions
jupyter nbextension install --py qgrid --sys-prefix
jupyter nbextension enable --py qgrid --sys-prefix
jupyter nbextension enable --py widgetsnbextension --sys-prefix
jupyter nbextension install --py bamboolib --sys-prefix
jupyter nbextension enable --py bamboolib --sys-prefix
For installations using virtual environments or JupyterLab, go here
You find out how to get started along with tutorials and an API reference on our docs.