Commit 16657fe8 authored by 赵威's avatar 赵威

add printer

parent 9d4b9919
......@@ -18,6 +18,7 @@ def click_feature_engineering(click_df, conversion_df):
nullseries = cc_df.isnull().sum()
nulls = nullseries[nullseries > 0]
if nulls.any():
print("!!!!!!!!!!!!!!!!!!!!!!\n")
print(nulls)
print("!!!!!!!!!!!!!!!!!!!!!!\n")
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment