Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

Merged
sanjay-kv merged 6 commits into recodehive:main from Devanik21:main
May 18, 2024

Conversation

@Devanik21
Copy link
Contributor

@Devanik21 Devanik21 commented May 15, 2024
edited
Loading

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

Copy link

@github-actions github-actions bot left a 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.

Copy link
Member

This is good. I will analyse and merge it soon. Sorry for the delays

Copy link
Member

@sanjay-kv sanjay-kv left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Good to go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

@github-actions github-actions[bot] github-actions[bot] left review comments

@sanjay-kv sanjay-kv sanjay-kv approved these changes

Projects

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /