Open Benjamin-Pickers opened 3 years ago
Created a class, countrySelection ,within data_prep.py which holds the two functions check_specified_country and get_similar_countries. By doing this we are applying the aggregate design pattern and creating a boundary around these two functions.
countrySelection
data_prep.py
check_specified_country
get_similar_countries
Created a class,
countrySelection
,withindata_prep.py
which holds the two functionscheck_specified_country
andget_similar_countries
. By doing this we are applying the aggregate design pattern and creating a boundary around these two functions.