Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 841 Bytes

File metadata and controls

43 lines (32 loc) · 841 Bytes
jupyter
jupytext kernelspec
text_representation
extension format_name format_version jupytext_version
.md
markdown
1.3
1.13.0
display_name language name
Python 3 (ipykernel)
python
python3

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