Kedro Partitioned

GitHub Workflow Status Codecov GitHub Workflow Status Documentation Status PyPI

Kedro Plugin focused on extending and helping the user to process partitioned data.

Installation

Execute this command in your terminal:

   pip install kedro-partitioned

Contents

The package is currently divided in 4 sections every one with a different purpose:

Parallelism

This section is focused on helping the user to process partitioned data in parallel.

Datasets

This section is focused on extending the current Kedro datasets to add more specific features for manipulating partitioned data.

Decorators

This section is focused on adding decorators to help the user to write less code when using partitioned data in Kedro nodes.

Helpers

Utils

Uncategorised functions that may be helpful when working with partitioned data.

Read the following sections to learn about each one of them.

API Reference

Credits