抖店精选联盟数据

This commit is contained in:
aiyingfeng 2023-07-15 11:08:39 +08:00
parent f6a0b97ce7
commit 7fa8232b7a
2 changed files with 2 additions and 2 deletions

View File

@ -43,7 +43,7 @@ class CleanBuyinAuthorStatDataSeekAutho(Base):
"author_tag_satisfy_requirement": author_tag.get('satisfy_requirement'),
"author_tag_already_cooperated": 1 if author_tag.get('already_cooperated') else 0,
"author_tag_is_star": 1 if author_tag.get('is_star') else 0,
"deduplication": uid,
"deduplication": f"nickname={author_base.get('nickname')}",
"spider_time": update_time
}
list_res.append(item)

View File

@ -18,7 +18,7 @@ class 精选联盟达人清单(Base):
'带货直播观看人数', '场均销售额', '直播GPM', '视频带货销售额占比', '带货视频数量', '带货视频播放量',
'单视频销售额', '视频GPM', '手机号', '微信号']
pf.columns = columns
file_path = pd.ExcelWriter('../file/name.xlsx')
file_path = pd.ExcelWriter('../file/精选联盟达人清单.xlsx')
# 替换空单元格
pf.fillna(' ', inplace=True)
# 输出