To run this locally, install Ploomber and execute: ploomber examples -n templates/python-api
Questions? Ask us on Slack.
For a notebook version (with outputs) of this file, click here
Loads, clean, and plot data using the Python API.
If you're new to the Python API, check out python-api-examples/ directory, containing tutorials and more examples.
This pipeline has three tasks:
- Load task (Python function): CSV file
- Clean task (Python script): Jupyter notebook and another CSV file
- Plot task (Python scripts): Jupyter notebook
pip install -r requirements.txt
pip install --editable .
ploomber build