Downloaded Harri Mcdonalds templates for the language picker. Slowly updating Luminates templates for the lang picker.

This commit is contained in:
Norm Rasmussen
2024-04-02 19:47:10 -04:00
parent 9286f52fb2
commit d27d791236
97 changed files with 2571 additions and 269 deletions

View File

@ -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,
)