Skip to content

TypeError  #1

Open
Open
@waseem-avi

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions