Skip to content

Latest commit

 

History

History

python-api

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

Python API

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.

Description

This pipeline has three tasks:

  1. Load task (Python function): CSV file
  2. Clean task (Python script): Jupyter notebook and another CSV file
  3. Plot task (Python scripts): Jupyter notebook

Setup

pip install -r requirements.txt
pip install --editable .

Build

ploomber build