All Projects → tkrabel → Bamboolib

tkrabel / Bamboolib

Licence: other
bamboolib - a GUI for pandas DataFrames

Programming Languages

python
139335 projects - #7 most used programming language

Projects that are alternatives of or similar to Bamboolib

Jupyter Tips And Tricks
Using Project Jupyter for data science.
Stars: ✭ 245 (-60.61%)
Mutual labels:  jupyter-notebook, pandas, jupyterlab
Lantern
Data exploration glue
Stars: ✭ 292 (-53.05%)
Mutual labels:  pandas, jupyterlab
Code
Compilation of R and Python programming codes on the Data Professor YouTube channel.
Stars: ✭ 287 (-53.86%)
Mutual labels:  jupyter-notebook, pandas
Stats Maths With Python
General statistics, mathematical programming, and numerical/scientific computing scripts and notebooks in Python
Stars: ✭ 381 (-38.75%)
Mutual labels:  jupyter-notebook, pandas
Tslab
Interactive JavaScript and TypeScript programming with Jupyter
Stars: ✭ 240 (-61.41%)
Mutual labels:  jupyter-notebook, jupyterlab
Geopython
Notebooks and libraries for spatial/geo Python explorations
Stars: ✭ 268 (-56.91%)
Mutual labels:  jupyter-notebook, pandas
Zat
Zeek Analysis Tools (ZAT): Processing and analysis of Zeek network data with Pandas, scikit-learn, Kafka and Spark
Stars: ✭ 303 (-51.29%)
Mutual labels:  jupyter-notebook, pandas
Functional intro to python
[tutorial]A functional, Data Science focused introduction to Python
Stars: ✭ 228 (-63.34%)
Mutual labels:  jupyter-notebook, pandas
Pycon 2019 Tutorial
Data Science Best Practices with pandas
Stars: ✭ 410 (-34.08%)
Mutual labels:  jupyter-notebook, pandas
Pytablewriter
pytablewriter is a Python library to write a table in various formats: CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV.
Stars: ✭ 422 (-32.15%)
Mutual labels:  jupyter-notebook, pandas
Pydata Notebook
利用Python进行数据分析 第二版 (2017) 中文翻译笔记
Stars: ✭ 4,300 (+591.32%)
Mutual labels:  jupyter-notebook, pandas
Jupyterwith
declarative and reproducible Jupyter environments - powered by Nix
Stars: ✭ 235 (-62.22%)
Mutual labels:  jupyter-notebook, jupyterlab
Or Pandas
【运筹OR帷幄|数据科学】pandas教程系列电子书
Stars: ✭ 492 (-20.9%)
Mutual labels:  jupyter-notebook, pandas
Data Science Hacks
Data Science Hacks consists of tips, tricks to help you become a better data scientist. Data science hacks are for all - beginner to advanced. Data science hacks consist of python, jupyter notebook, pandas hacks and so on.
Stars: ✭ 273 (-56.11%)
Mutual labels:  jupyter-notebook, pandas
Kagglestruggle
Kaggle Struggle
Stars: ✭ 228 (-63.34%)
Mutual labels:  jupyter-notebook, pandas
Notebook As Pdf
Save Jupyter Notebooks as PDF
Stars: ✭ 290 (-53.38%)
Mutual labels:  jupyter-notebook, jupyterlab
Edaviz
edaviz - Python library for Exploratory Data Analysis and Visualization in Jupyter Notebook or Jupyter Lab
Stars: ✭ 220 (-64.63%)
Mutual labels:  jupyter-notebook, pandas
Paperboy
A web frontend for scheduling Jupyter notebook reports
Stars: ✭ 221 (-64.47%)
Mutual labels:  jupyter-notebook, jupyterlab
Jupyter Renderers
Renderers and renderer extensions for JupyterLab
Stars: ✭ 395 (-36.5%)
Mutual labels:  jupyter-notebook, jupyterlab
Jupytext
Jupyter Notebooks as Markdown Documents, Julia, Python or R scripts
Stars: ✭ 4,969 (+698.87%)
Mutual labels:  jupyter-notebook, jupyterlab

Community repository of bamboolib

Data Analysis in Python 🐍 - without becoming a programmer or googling syntax

This is the community repository of bamboolib. You can use bamboolib for free if you use bamboolib on your local computer or on Open Data via Binder.

  • If you have any issues or feature requests, please open an issue.
  • If you want to use bamboolib on hosted services such as JupyterHub or AWS, please upgrade to pro.
  • If you want to use more than 3 plugins for bamboolib, please upgrade to pro.

bamboolib is a GUI for pandas DataFrames that enables anyone to work with Python in Jupyter Notebook or JupyterLab.

Features

  • Intuitive GUI that exports Python code
  • Supports all common transformations and visualizations
  • Provides best-practice analyses for data exploration
  • Can be arbitrarily customized via simple Python plugins
  • Integrate any internal or external Python library

Main benefits of bamboolib

  • Enables anyone to analyse data in Python without having to write code
  • Even people who can code use bamboolib because it is faster and easier than writing the code themselves
  • Reduces employee on-boarding time and training costs
  • Enables team members of all skill levels to collaborate within Jupyter and to share the working results as reproducible code
  • No lock-in. You own the code you created with bamboolib
  • All your data remains private and secure

🔍Try bamboolib live on Binder

Installation

Install bamboolib for Jupyter Notebook or Jupyter Lab by running the code below in your terminal (or Anaconda Prompt for Windows):

pip install bamboolib

# Jupyter Notebook extensions
python -m bamboolib install_nbextensions

# JupyterLab extensions
python -m bamboolib install_labextensions

After you have installed bamboolib, you can go here to test bamboolib.

Documentation

You find out how to get started along with tutorials and an API reference on our docs.

Further links

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].