add copilot instructions and rename classes
This commit is contained in:
@@ -323,12 +323,12 @@ def check_straight_liners(data, max_score=3):
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
from utils import JPMCSurvey
|
||||
from utils import QualtricsSurvey
|
||||
|
||||
RESULTS_FILE = "data/exports/OneDrive_2026-01-28/1-28-26 Afternoon/JPMC_Chase Brand Personality_Quant Round 1_January 28, 2026_Afternoon_Labels.csv"
|
||||
QSF_FILE = "data/exports/OneDrive_2026-01-21/Soft Launch Data/JPMC_Chase_Brand_Personality_Quant_Round_1.qsf"
|
||||
|
||||
S = JPMCSurvey(RESULTS_FILE, QSF_FILE)
|
||||
S = QualtricsSurvey(RESULTS_FILE, QSF_FILE)
|
||||
data = S.load_data()
|
||||
|
||||
# print("Checking Green Blue:")
|
||||
|
||||
Reference in New Issue
Block a user