tkrabel/bamboolib
bamboolib - a GUI for pandas dataframes. Stop googling pandas commands
repo name | tkrabel/bamboolib |
repo link | https://github.com/tkrabel/bamboolib |
homepage | https://bamboolib.com |
language | Jupyter Notebook |
size (curr.) | 93 kB |
stars (curr.) | 529 |
created | 2019-05-29 |
license | |
Community repository of bamboolib - the Fastest and Easiest Way to Work with pandas DataFrames 🐼🐍
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.
Main features and benefits of bamboolib
90% less working time
- Focus on what you want to do instead of how
- No more digging through StackOverflow
- Use your keyboard or mouse – whatever is fastest
Easy to use
- Quick onboarding with minimal learning curve
- Find all features via an intuitive search bar
- Created by professional Data Scientists
100% compatible and flexible
- Seamless integration into your existing working environment
- Work from within Jupyter Notebook or JupyterLab
- Live code export for reproducibility and full customization
Private, secure, local
- 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
Quick installation for Jupyter Notebook
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
Documentation
You find out how to get started along with tutorials and an API reference on our docs.