Proxy Community
Getting a Python error with gscatter: How to troubleshoot and fix it? - Printable Version

+- Proxy Community (https://proxycommunity.com/forum)
+-- Forum: Use Case (https://proxycommunity.com/forum/forum-use-case)
+--- Forum: Others (https://proxycommunity.com/forum/forum-others)
+--- Thread: Getting a Python error with gscatter: How to troubleshoot and fix it? (/thread-getting-a-python-error-with-gscatter-how-to-troubleshoot-and-fix-it)

Pages: 1 2 3


“” - HyperMimic99 - 11-03-2025

Hey! I had the same Python error gscatter problem, and it turned out my data had some hidden categorical values.

Try converting your data to numeric explicitly with `pd.to_numeric()`. Also, this tool [Plotly](https://plotly.com) is a great alternative for scatter plots if gscatter keeps giving you trouble.