kedro.contrib¶
Description
kedro.contrib is the place for all contributions from third parties. Some of this functionality might be included in the core package in the future.
Modules
kedro.contrib.io |
This module contains functionality which we might consider moving into the kedro.io module (e.g. |
Classes
kedro.contrib.colors.logging.ColorHandler ([…]) |
A color log handler. |
Node/Pipeline Decorators
kedro.contrib.decorators.pandas_to_spark (spark) |
Inspects the decorated function’s inputs and converts all pandas DataFrame inputs to spark DataFrames. |
kedro.contrib.decorators.spark_to_pandas () |
Inspects the decorated function’s inputs and converts all pySpark DataFrame inputs to pandas DataFrames. |
kedro.contrib.decorators.retry ([exceptions, …]) |
Catches exceptions from the wrapped function at most n_times and then bundles them and propagates them. |