bonoboEasy Examples

Lightweight ETL framework with a graph-based API

Getting started with bonobo

Installation and basic usage of bonobo.

python
# Install: pip install bonobo
import bonobo

# Basic bonobo usage
print(f"Using bonobo")
# See documentation for detailed examples
Expected Output
# Expected output shown below
# (Run locally with: bonobo)

bonobo is a third-party package. Lightweight ETL framework with a graph-based API. Install with: pip install bonobo

Common bonobo operations

Frequently used features of bonobo.

python
# Install: pip install bonobo
import bonobo

# Common bonobo patterns
print(f"bonobo version: {bonobo.__version__}")

These are the most commonly used features of bonobo in everyday development.

Want to try these examples interactively?

Open Easy Playground