plt.figure(figsize=(12, 6))
sns.countplot(x='Brand', data=df, palette='Set2') # Updated with 'Brand' column
plt.title('Distribution of Product Brands')
plt.xlabel('Brand')
plt.ylabel('Count')
plt.xticks(rotation=45) # Rotate x-axis labels for better visibility
plt.grid(True)
plt.show()
-
Notifications
You must be signed in to change notification settings - Fork 0
License
Arif-miad/Beauty-product-trends
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
No description or website provided.
Topics
Resources
License
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published