Why does this piece of code doesn’t work:
import seaborn as sns
sns.jointplot(df.col1, df.col2)
plt.show()
It gives Error:
jointplot() takes from 0 to 1 positional arguments but 2 were given
enter image description here
four more words to 220
New contributor
Revaz Gardavadze is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.