Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 2 months ago
JSON representation

🚕 A spreadsheet-like data preparation web app that works over Optimus (Pandas, Dask, cuDF, Dask-cuDF, Spark and Vaex)

Awesome Lists containing this project

README

        

[![Logo Bumblebee](images/logoBumblebee.png)](https://hi-bumblebee.com)

[![Slack](https://img.shields.io/badge/chat-slack-red.svg?logo=slack&color=36c5f0)](https://communityinviter.com/apps/hi-bumblebee/welcome)
[![Docker Pulls](https://img.shields.io/docker/pulls/hiprimus/bumblebee)](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.