luigiEasy Playground

Spotify's pipeline framework for batch data processing

Getting started with luigiRun locally
Install
pip install luigi
Python CodeRun locally
Expected Output
# Expected output shown below
# (Run locally with: luigi)

luigi is a third-party package. Spotify's pipeline framework for batch data processing. Install with: pip install luigi

Challenge

Try modifying the code above to explore different behaviors. Can you extend the example to handle a new use case?