This commit is contained in:
yueguoguo 2019-02-26 09:25:18 +00:00
Родитель f4f91938d4
Коммит 45710f7353
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -24,6 +24,10 @@ from reco_utils.common.constants import (
def check_column_dtypes(f):
"""
Checks columns of dataframe inputs.
This includes the checks on
1. whether the input columns exist in the input dataframes.
2. whether the data types of col_user as well as col_item are matched in the two input dataframes.
"""
@wraps(f)
def check_column_dtypes_wrapper(