update plots with final data release

This commit is contained in:
2026-02-04 21:15:03 +01:00
parent f0eab32c34
commit a3cf9f103d
2 changed files with 9 additions and 5 deletions

View File

@@ -47,7 +47,11 @@ def parse_cli_args():
# Check if running in Jupyter by looking for ipykernel
get_ipython() # noqa: F821
# Return namespace with all filters set to None
return argparse.Namespace(**{f: None for f in FILTER_CONFIG}, filter_name=None)
no_filters = {f: None for f in FILTER_CONFIG}
# debugging age
no_filters['age'] = FILTER_CONFIG['age']
return argparse.Namespace(**no_filters, filter_name=None)
except NameError:
args = parser.parse_args()
# Parse JSON strings to lists
@@ -69,7 +73,7 @@ cli_args = parse_cli_args()
# mo.stop(file_browser.path(index=0) is None, mo.md("**⚠️ Please select a `_Labels.csv` file above to proceed**"))
# RESULTS_FILE = Path(file_browser.path(index=0))
RESULTS_FILE = 'data/exports/debug/JPMC_Chase Brand Personality_Quant Round 1_February 2, 2026_Labels.csv'
RESULTS_FILE = 'data/exports/2-4-26/JPMC_Chase Brand Personality_Quant Round 1_February 4, 2026_Labels.csv'
QSF_FILE = 'data/exports/OneDrive_2026-01-21/Soft Launch Data/JPMC_Chase_Brand_Personality_Quant_Round_1.qsf'
# %%