This commit is contained in:
Yam ZhengLim
2022-12-06 22:19:21 +08:00
parent 828a29d052
commit f60b4f25a0
-1
View File
@@ -44,7 +44,6 @@ def get_peoples_csv(website_id, client, path, filename):
# Get marking by CustomerService Operator
for people_id in peoples_list_df.people_id:
print(people_id)
people_data_json = client.website.get_people_data(website_id, people_id)
temp_df = general_function.json_normalize_to_df(people_data_json)
temp_df['people_id'] = people_id