Mizuno script... mid month? Not sure why.
This commit is contained in:
@ -5,7 +5,7 @@ import Apikeys
|
|||||||
import os
|
import os
|
||||||
from datetime import datetime
|
from datetime import datetime
|
||||||
|
|
||||||
basefile = "/Users/normrasmussen/Downloads/mizuno-may-completions.csv"
|
basefile = "/Users/normrasmussen/Downloads/mizuno-june1-15-completions.csv"
|
||||||
api_key = Apikeys.MIZUNO
|
api_key = Apikeys.MIZUNO
|
||||||
uuid_url = "https://api.northpass.com/v2/people?filter[email][eq]="
|
uuid_url = "https://api.northpass.com/v2/people?filter[email][eq]="
|
||||||
prop_url = "https://api.northpass.com/v2/properties/people/"
|
prop_url = "https://api.northpass.com/v2/properties/people/"
|
||||||
@ -52,7 +52,7 @@ def load_file(basefile):
|
|||||||
completions = completions[completions["userid"] != "0"]
|
completions = completions[completions["userid"] != "0"]
|
||||||
# completions = completions.iloc[:, 0:]
|
# completions = completions.iloc[:, 0:]
|
||||||
completions.to_csv(
|
completions.to_csv(
|
||||||
f"/Users/normrasmussen/Downloads/Mizuno-LP-{THIS_MONTH}25-with-PGAID.csv",
|
f"/Users/normrasmussen/Downloads/Mizuno-LP-{THIS_MONTH}-1-15-with-PGAID.csv",
|
||||||
index=False,
|
index=False,
|
||||||
)
|
)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user