mirror of
https://github.com/luzhisheng/js_reverse.git
synced 2025-04-20 01:34:55 +08:00
抖店精选联盟数据
This commit is contained in:
parent
f6a0b97ce7
commit
7fa8232b7a
@ -43,7 +43,7 @@ class CleanBuyinAuthorStatDataSeekAutho(Base):
|
|||||||
"author_tag_satisfy_requirement": author_tag.get('satisfy_requirement'),
|
"author_tag_satisfy_requirement": author_tag.get('satisfy_requirement'),
|
||||||
"author_tag_already_cooperated": 1 if author_tag.get('already_cooperated') else 0,
|
"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,
|
"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
|
"spider_time": update_time
|
||||||
}
|
}
|
||||||
list_res.append(item)
|
list_res.append(item)
|
||||||
|
@ -18,7 +18,7 @@ class 精选联盟达人清单(Base):
|
|||||||
'带货直播观看人数', '场均销售额', '直播GPM', '视频带货销售额占比', '带货视频数量', '带货视频播放量',
|
'带货直播观看人数', '场均销售额', '直播GPM', '视频带货销售额占比', '带货视频数量', '带货视频播放量',
|
||||||
'单视频销售额', '视频GPM', '手机号', '微信号']
|
'单视频销售额', '视频GPM', '手机号', '微信号']
|
||||||
pf.columns = columns
|
pf.columns = columns
|
||||||
file_path = pd.ExcelWriter('../file/name.xlsx')
|
file_path = pd.ExcelWriter('../file/精选联盟达人清单.xlsx')
|
||||||
# 替换空单元格
|
# 替换空单元格
|
||||||
pf.fillna(' ', inplace=True)
|
pf.fillna(' ', inplace=True)
|
||||||
# 输出
|
# 输出
|
||||||
|
Loading…
x
Reference in New Issue
Block a user