enrichers Package

Contains functionality for enriching and joining together data from two datasets.

Generally, enrichers join together data from different sources. Specifically, enrichers enable you to to join your data (customer data) with data from Azure Open Datasets or other public datasets.

Modules

common_weather_enricher

Contains functionality for enriching custom data with weather public data.

enricher

Defines the generic enricher class for joining together data with different granularity and aggregators.

This module contains static function overloads: get_max_date_by_granularity(max_date, granularity) where granularity is one of MonthGranularity, DayGranularity, or HourGranularity. These static methods return the max data based on the specified granularity.

holiday_enricher

Contains functionality for enriching custom data with holiday public data.