kd_standardize_sdmx()

Standardize a partitioned dataset into SDMX format.

Usage

Source

kd_standardize_sdmx(
    data,
    mappings,
    boolean=True,
)

Applies transform_source_to_target to each input dataframe with its corresponding mapping.

Parameters

data: dict

A dictionary where keys are dataset-specific keys and values are input DataFrames.

mappings: dict

A dictionary where keys are dataset-specific keys and values are mapping DataFrames.

boolean: bool = True
A flag to force order execution in Kedro.

Returns

dict

A dictionary where keys are dataset-specific keys and values are

transformed DataFrames.