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
Add dropna and sequentially parameters to DataFrame.unstack(), to match DataFrame.stack(). For backwards compatibility, these should default to dropna=False and sequentially=False -- which are different from the defaults for DataFrame.stack().