https://github.com/hi-primus/bumblebee
🚕 A spreadsheet-like data preparation web app that works over Optimus (Pandas, Dask, cuDF, Dask-cuDF, Spark and Vaex)
https://github.com/hi-primus/bumblebee
bumblebee cudf dask dask-cudf data-cleaning data-preparation data-profiling datasets gpu gui optimus prepare-data python
Last synced: 5 months ago
JSON representation
🚕 A spreadsheet-like data preparation web app that works over Optimus (Pandas, Dask, cuDF, Dask-cuDF, Spark and Vaex)
- Host: GitHub
- URL: https://github.com/hi-primus/bumblebee
- Owner: hi-primus
- License: apache-2.0
- Created: 2018-08-16T17:08:16.000Z (about 7 years ago)
- Default Branch: develop
- Last Pushed: 2023-07-15T00:21:59.000Z (about 2 years ago)
- Last Synced: 2025-04-06T22:42:57.910Z (6 months ago)
- Topics: bumblebee, cudf, dask, dask-cudf, data-cleaning, data-preparation, data-profiling, datasets, gpu, gui, optimus, prepare-data, python
- Language: Vue
- Homepage: https://hi-bumblebee.com/
- Size: 23 MB
- Stars: 141
- Watchers: 11
- Forks: 35
- Open Issues: 51
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://hi-bumblebee.com)
[](https://communityinviter.com/apps/hi-bumblebee/welcome)
[](https://hub.docker.com/r/hiprimus/bumblebee)# Bumblebee
The easiest and most powerful tool to clean, transform, and prepare data of any size for Analysis, Visualization, Reporting, and Machine Learning; all in a spreadsheet-like interface. Built over [Optimus](https://github.com/hi-primus/optimus) so you can handle small and big data efficiently.
Bumblebee can be used to:
* Explore data using an ergonomic UI
* Clean and transform datasets with more than 100 functions available
* Prepare data for Machine Learning
* Join and concatenate your datasets with a visual interface## Resources
* [Homepage](https://hi-bumblebee.com/): Bumblebee's landing page.
* [Bumblebee Reference Documentation](https://hi-primus.gitbook.io/bumblebee/): Operations and setup reference tutorials and guides.
* [Medium page](https://medium.com/hi-bumblebee): Tutorials and articles.
* [Bumblebee community on Slack](https://communityinviter.com/apps/hi-bumblebee/welcome): Get help, contribute and collaborate.## Try Bumblebee
Try Bumblebee using [this Docker image](https://hub.docker.com/r/hiprimus/bumblebee).
```
docker run --name my_instance_name -p 3000:3000 -p 4000:4000 -e ADDRESS=localhost hiprimus/bumblebee:develop
```
## Contributing to Bumblebee
Contributions go far beyond pull requests and commits. We are very happy to receive any kind of contributions including:* Documentation updates, enhancements, designs, or bugfixes.
* Spelling or grammar fixes.
* README.md corrections or redesigns.
* Adding unit, or functional tests.
* Triaging GitHub issues; especially determining whether an issue still persists or is reproducible.
* Entering our [Slack community](https://communityinviter.com/apps/hi-bumblebee/welcome) and helping someone else who needs help.
* Blogging, speaking about, or creating tutorials about Bumblebee and its many features.