add copilot instructions and rename classes
This commit is contained in:
@@ -5,14 +5,14 @@ This example shows how to use the `create_traits_wordcloud` function to visualiz
|
||||
## Basic Usage in Jupyter/Marimo Notebook
|
||||
|
||||
```python
|
||||
from utils import JPMCSurvey, create_traits_wordcloud
|
||||
from utils import QualtricsSurvey, create_traits_wordcloud
|
||||
from pathlib import Path
|
||||
|
||||
# Load your survey data
|
||||
RESULTS_FILE = "data/exports/1-23-26/JPMC_Chase Brand Personality_Quant Round 1_January 23, 2026_Labels.csv"
|
||||
QSF_FILE = "data/19-dec_V1_quant_incl_shani_comments.qsf"
|
||||
|
||||
S = JPMCSurvey(RESULTS_FILE, QSF_FILE)
|
||||
S = QualtricsSurvey(RESULTS_FILE, QSF_FILE)
|
||||
data = S.load_data()
|
||||
|
||||
# Get Top 3 Traits data
|
||||
|
||||
Reference in New Issue
Block a user