Open
Description
Type error when i run the following line of code
sns.jointplot(customers['Time on App'],customers['Yearly Amount Spent'])
TypeError Traceback (most recent call last)
Cell In[15], line 1
----> 1 sns.jointplot(customers['Time on App'],customers['Yearly Amount Spent'])
TypeError: jointplot() takes from 0 to 1 positional arguments but 2 were given
Metadata
Assignees
Labels
No labels
Activity