add copilot instructions and rename classes
This commit is contained in:
4
utils.py
4
utils.py
@@ -11,7 +11,7 @@ from io import BytesIO
|
||||
import imagehash
|
||||
from PIL import Image
|
||||
|
||||
from plots import JPMCPlotsMixin
|
||||
from plots import QualtricsPlotsMixin
|
||||
|
||||
|
||||
from pptx import Presentation
|
||||
@@ -514,7 +514,7 @@ def normalize_global_values(df: pl.DataFrame, target_cols: list[str]) -> pl.Data
|
||||
return res.lazy() if was_lazy else res
|
||||
|
||||
|
||||
class JPMCSurvey(JPMCPlotsMixin):
|
||||
class QualtricsSurvey(QualtricsPlotsMixin):
|
||||
"""Class to handle JPMorgan Chase survey data."""
|
||||
|
||||
def __init__(self, data_path: Union[str, Path], qsf_path: Union[str, Path]):
|
||||
|
||||
Reference in New Issue
Block a user