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

ENH/API: DataFrame.unstack() support for dropna and sequentially #9533

Closed
seth-p opened this issue Feb 22, 2015 · 1 comment
Closed

ENH/API: DataFrame.unstack() support for dropna and sequentially #9533

seth-p opened this issue Feb 22, 2015 · 1 comment
Labels
Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode

Comments

@seth-p
Copy link
Contributor

seth-p commented Feb 22, 2015

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().

@jreback jreback added Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode labels Aug 11, 2016
@jreback jreback added this to the Next Major Release milestone Aug 11, 2016
@mroeschke mroeschke removed this from the Contributions Welcome milestone Oct 13, 2022
@mroeschke
Copy link
Member

Looks like this feature request hasn't gotten much traction over the years so closing. Happy to reopen if renewed intereset

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Enhancement Missing-data np.nan, pd.NaT, pd.NA, dropna, isnull, interpolate Reshaping Concat, Merge/Join, Stack/Unstack, Explode
Projects
None yet
3 participants