diff --git a/Section 1- Python Crash Course/5- Seaborn.ipynb b/Section 1- Python Crash Course/5- Seaborn.ipynb index fb20f62..2b1c583 100644 --- a/Section 1- Python Crash Course/5- Seaborn.ipynb +++ b/Section 1- Python Crash Course/5- Seaborn.ipynb @@ -532,7 +532,7 @@ "source": [ "## Count plot\n", "\n", - "sns.countplot('sex',data=df)" + "sns.countplot(x='sex',data=df)" ] }, {