Downloaded Harri Mcdonalds templates for the language picker. Slowly updating Luminates templates for the lang picker.
This commit is contained in:
Binary file not shown.
@ -4,7 +4,7 @@ from pathlib import Path
|
||||
import Apikeys
|
||||
import os
|
||||
|
||||
basefile = "/Users/normrasmussen/Downloads/MizunoCompletionsFeb2024.csv"
|
||||
basefile = "/Users/normrasmussen/Downloads/mizuno-mla.csv"
|
||||
api_key = Apikeys.MIZUNO
|
||||
uuid_url = "https://api.northpass.com/v2/people?filter[email][eq]="
|
||||
prop_url = "https://api.northpass.com/v2/properties/people/"
|
||||
@ -50,7 +50,7 @@ def load_file(basefile):
|
||||
completions = completions[completions["userid"] != "0"]
|
||||
# completions = completions.iloc[:, 0:]
|
||||
completions.to_csv(
|
||||
"/Users/normrasmussen/Downloads/Mizuno-Feb2024-with-PGAID.csv",
|
||||
"/Users/normrasmussen/Downloads/Mizuno-March2024-with-PGAID.csv",
|
||||
index=False,
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user