Commit e7ac5319 authored by 赵威's avatar 赵威

add printer

parent de667b98
......@@ -21,6 +21,7 @@ def main():
# df = get_device_df_from_redis()
df2 = get_diary_df_from_redis()
print(df2.sample(1))
print(df2.columns)
# print(df.size)
# print(df2.size)
......@@ -31,6 +32,7 @@ def main():
device_df, diary_df, click_df, conversion_df = read_csv_data(Path("~/data/cvr_data/"))
print(diary_df.sample(1))
print(diary_df.columns)
# device_df = device_feature_engineering(device_df)
diary_df = diary_feature_engineering(diary_df)
print(diary_df.sample(1))
......
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