organized notes and templates for walmart gpt.

This commit is contained in:
Norm Rasmussen
2025-12-19 16:23:12 -05:00
parent 7340726f9b
commit acfba0ae87
3 changed files with 16 additions and 2 deletions

View File

@ -5,7 +5,7 @@ import Apikeys
import os
from datetime import datetime
basefile = "/Users/normrasmussen/Downloads/multiple_learning_path_analysis.csv"
basefile = "/Users/normrasmussen/Downloads/Oct25multiple_learning_path_analysis.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/"
@ -52,7 +52,7 @@ def load_file(basefile):
completions = completions[completions["userid"] != "0"]
# completions = completions.iloc[:, 0:]
completions.to_csv(
f"/Users/normrasmussen/Downloads/Mizuno-LP-{THIS_MONTH_YEAR}-with-PGAID.csv",
f"/Users/normrasmussen/Downloads/Mizuno-LP-Oct-with-PGAID.csv",
index=False,
)