mirror of
https://gitlab.com/cief-data/data-management.git
synced 2026-08-19 04:13:57 +00:00
Debug
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user