dataset

Penguins Dataset Overview - iris alternative in R

If there’s a dataset that’s been most used by data scientists / data analysts while they’re learning something or coaching something - it’s either iris (more R users) or titanic (more Python users). iris dataset isn’t most used just because it’s easy accessible but it’s something that you can use to demonstrate many data science concepts like correlation, regression, classification. The objective of this post is to introduce you to penguins dataset and get you started with a few code snippets so that you can take off yourself!