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
The bug could be reproduced by the following codes: df = data.cars() result = pd.crosstab([df.Origin], df.Cylinders) result
The problem is that we have no control over what events are logged in the result dataframe, though generally dropna will be the final event logged. Then the lux will try to visualize the implicit tab which will finally cause an error.
The text was updated successfully, but these errors were encountered:
The bug could be reproduced by the following codes:
df = data.cars()
result = pd.crosstab([df.Origin], df.Cylinders)
result
The problem is that we have no control over what events are logged in the
result
dataframe, though generallydropna
will be the final event logged. Then the lux will try to visualize the implicit tab which will finally cause an error.The text was updated successfully, but these errors were encountered: