-
Couldn't load subscription status.
- Fork 121
Enhanced Exploratory Data Analysis (EDA) Function with Improved Plot Titles, Labels, and Color Palettes #92
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
Conversation
@github-actions
github-actions
bot
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Welcome to Our repository.🎊 Thank you so much for taking the time to point this out.
This is good. I will analyse and merge it soon. Sorry for the delays
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Good to go
Uh oh!
There was an error while loading. Please reload this page.
Hello mentors, PAs.
I've made several improvements to the plots:
Updated the main title for histogram plots to provide a more descriptive overview: plt.suptitle('Distributions of Numeric Columns').
Adjusted the titles for count plots to include the names of the respective categorical columns: plt.title(f'Count of {col}').
Added labels for the y-axis of pie charts to enhance readability: plt.ylabel('').
In addition to these enhancements, I've refined the color palettes for better visualization:
Implemented the viridis palette for count plots to improve visualization: palette='viridis'.
Utilized the Set2 palette for box plots to enhance the distinction between outliers: palette='Set2'.
Applied the Set3 palette for pie charts to make them visually appealing: colors=sns.color_palette('Set3').
These changes should improve the clarity and aesthetics of the plots, enhancing their effectiveness in conveying information. Let me know if there's anything else you'd like to adjust!
Here are few secreenshots-
Screenshot 2024年05月15日 122447
Screenshot 2024年05月15日 122442
Screenshot 2024年05月15日 122433
Screenshot 2024年05月15日 122427
Screenshot 2024年05月15日 122419