Commit 64e6df62 authored by 任婷婷's avatar 任婷婷

.

parent b01a64ca
......@@ -28,7 +28,7 @@ def make_dict_from_pair(x):
def update_tag3_user_portrait(cl_id):
user_df = sf(cl_id)
user_df = get_tag3_user_log(cl_id)
if not user_df.empty:
user_df["first_solutions"] = list(zip(user_df["first_solutions"].apply(lambda x: x.split(",")), user_df["tag_score"]))
user_df["second_solutions"] = list(zip(user_df["second_solutions"].apply(lambda x: x.split(",")), user_df["tag_score"]))
......
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