Share via


selectors Package

Contains functionality for selecting and joining data from a customer dataset with data from a public dataset.

Selectors define logic that enable you to enrich your data with public datasets based on time and distance measures. For example, with a selector you can find public data to join with your data based on nearest ___location, or by rounding to the same time granularity.

Specify selectors when working with one of the classes in the enrichers package.

Modules

country_region_selector

Contains the country region selector class.

enricher_selector

Contains the base classes for ___location and time selectors.

There are two subclasses of EnricherSelector:

The EnricherSelector is the root class of LocationClosestSelector and TimeNearestSelector.

location_closest_selector

Contains the ___location closest selector class.

time_nearest_selector

Contains the time nearest selector class.