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
According to the documentation and previous versions of Pandas, pd.Crosstab handled categorical variables returned by pd.qcut but in version .24.2 pd.crosstab throws a TypeError even though both columns agree with the dtype presented in the documentation
The text was updated successfully, but these errors were encountered:
Code Sample
Problem description
According to the documentation and previous versions of Pandas,
pd.Crosstab
handled categorical variables returned bypd.qcut
but in version .24.2 pd.crosstab throws a TypeError even though both columns agree with the dtype presented in the documentationThe text was updated successfully, but these errors were encountered: