Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Tqdm | 26,363 | 13,119 | 15,341 | 2 days ago | 135 | August 10, 2023 | 482 | other | Python | |
:zap: A Fast, Extensible Progress Bar for Python and CLI | ||||||||||
Tqsdk Python | 3,163 | 2 months ago | 69 | apache-2.0 | Python | |||||
天勤量化开发包, 期货量化, 实时行情/历史数据/实盘交易 | ||||||||||
Pandasgui | 3,057 | 1 | 4 | 4 days ago | 44 | August 14, 2021 | 72 | mit-0 | Python | |
A GUI for Pandas DataFrames | ||||||||||
Bamboolib | 840 | 2 | a year ago | 36 | January 25, 2022 | 12 | Jupyter Notebook | |||
bamboolib - a GUI for pandas DataFrames | ||||||||||
Pandasdataframegui | 249 | 4 years ago | 15 | mit | Python | |||||
A minimalistic GUI for analyzing Pandas DataFrames. | ||||||||||
Wxconn | 131 | 5 years ago | 1 | mit | Python | |||||
统计你的微信连接多少人,包括好友、群聊人数,并提供去重后的长图结果 | ||||||||||
Sview Gui | 86 | 7 months ago | 29 | June 10, 2022 | Python | |||||
GUI for data visualisation based on a csv file or pandas' DataFrame | ||||||||||
Face Mask Detection Attendance System | 8 | 2 years ago | unlicense | Python | ||||||
It is a basic attendance system based on GUI and marks attendance only if the mask is detected and uses SQLite database. It is under development. | ||||||||||
Dfviewer | 8 | 7 years ago | Python | |||||||
A PyQt GUI for visualizing pandas dataframes in table format | ||||||||||
Zeex | 7 | 6 years ago | 33 | mit | Python | |||||
Spreadsheet Power Tools GUI - Pandas, PySide, SQLAlchemy |
bamboolib is joining forces with Databricks. For more information, please read our announcement.
Please note that this repository does not contain the source code of bamboolib. The repo contains e.g. explanations and code samples for plugins and it serves as a place to answer public questions via issues.
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.
bamboolib is a GUI for pandas DataFrames that enables anyone to work with Python in Jupyter Notebook or JupyterLab.
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.
You find out how to get started along with tutorials and an API reference on our docs.