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

DataFrame.drop() takes from 1 to 2 positional arguments but 3 were given #4

Open
IT21042324 opened this issue Jan 10, 2024 · 1 comment

Comments

@IT21042324
Copy link

Description of the bug
I get the error "DataFrame.drop() takes from 1 to 2 positional arguments but 3 were given" when i try yo use the pywedge library.

To Reproduce
Paste the following code in jupityer notebook

%pip install pywedge

import pywedge as pw
import pandas as pd
import seaborn as sns

df = sns.load_dataset('titanic')

charts = pw.Pywedge_Charts(df, c = None, y = 'embark_town')
charts.make_charts()

Expected behavior
I'm supposed to get the charts

Screenshots
image

Desktop (please complete the following information):

  • OS: Windows 11
  • Browser - Chrome
@AO0702
Copy link

AO0702 commented Apr 17, 2024

im having the same issue, did you manage to fix it?

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

No branches or pull requests

2 participants