Dataset Iris Seaborn
import seaborn as sns
iris = sns.load_dataset("iris")
CodeHunter
import seaborn as sns
iris = sns.load_dataset("iris")