Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added keyword argument to resolve an error #12

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

gayatrivenugopal
Copy link

When I tried sns.countplot('species', data=df) on the iris dataset, I got the following error:
TypeError Traceback (most recent call last)
in <cell line: 1>()
----> 1 sns.countplot('species', data=df)

TypeError: countplot() got multiple values for argument 'data'

When I tried sns.countplot('species', data=df) on the iris dataset, I got the following error:
TypeError                                 Traceback (most recent call last)
<ipython-input-16-47d5b1af6791> in <cell line: 1>()
----> 1 sns.countplot('species', data=df)

TypeError: countplot() got multiple values for argument 'data'
PredictiveManish

This comment was marked as outdated.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants