Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

sns.barplot(index ="index", x=" data_column1", y="data_column2") creates error due to whitespace before column name in x, y parameters #3628

Closed
AshirMehmood opened this issue Jan 31, 2024 · 1 comment

Comments

@AshirMehmood
Copy link

AshirMehmood commented Jan 31, 2024

`# x: Luminousity # y: Radius
sns.barplot(star_dt, x="Radius(R/Ro)", y="Luminosity(L/Lo)")

star_plot = star_dt.pivot(index = "Star type", columns="Luminosity(L/Lo)", values="Radius(R/Ro)") ValueError: Index contains duplicate entries, cannot reshape

sns.barplot(star_plot)`

please assign me this issue, thanks

@thuiop
Copy link
Contributor

thuiop commented Feb 1, 2024

This issue is incomprehensible due to bad formatting and lack of reproducible example.

@mwaskom mwaskom closed this as not planned Won't fix, can't repro, duplicate, stale Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants