Describe the bug
The Runner crashes in it's python execution when you have a $ in a cell of a column you're plotting.
To Reproduce
- Download this csv: https://www.kaggle.com/datasets/shivamb/netflix-shows
- Load into SDS pipeline
- do .plotScatterplot("cast", "date_added"); or similar on it (just has to be cast column somewhere in any plot) and click "show image"
Expected behavior
To show correct plot and handle $ as part of cell text.
Screenshots (optional)

Additional Context (optional)
No response