update plots with final data release
This commit is contained in:
@@ -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'
|
||||
|
||||
# %%
|
||||
|
||||
@@ -26,7 +26,7 @@ def _():
|
||||
|
||||
@app.cell
|
||||
def _():
|
||||
TAG_SOURCE = Path('data/reports/VOICE_Perception-Research-Report_4-2-26_15-30.pptx')
|
||||
TAG_SOURCE = Path('data/reports/VOICE_Perception-Research-Report_4-2-26_19-30.pptx')
|
||||
# TAG_TARGET = Path('data/reports/Perception-Research-Report_2-2_tagged.pptx')
|
||||
TAG_IMAGE_DIR = Path('figures/debug')
|
||||
return TAG_IMAGE_DIR, TAG_SOURCE
|
||||
@@ -52,10 +52,10 @@ def _():
|
||||
|
||||
@app.cell
|
||||
def _():
|
||||
REPLACE_SOURCE = Path('data/reports/VOICE_Perception-Research-Report_4-2-26_15-30.pptx')
|
||||
REPLACE_SOURCE = Path('data/reports/VOICE_Perception-Research-Report_4-2-26_19-30.pptx')
|
||||
# REPLACE_TARGET = Path('data/reports/Perception-Research-Report_2-2_updated.pptx')
|
||||
|
||||
NEW_IMAGES_DIR = Path('figures/debug')
|
||||
NEW_IMAGES_DIR = Path('figures/2-4-26')
|
||||
return NEW_IMAGES_DIR, REPLACE_SOURCE
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user