You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
Desktop (please complete the following information):
OS: Windows 11
Browser - Chrome
The text was updated successfully, but these errors were encountered:
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
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: