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

Backport PR #49615 on branch 1.5.x (REGR: Better warning in pivot_table when dropping nuisance columns) #49653

Merged
merged 4 commits into from Nov 11, 2022

Commits on Sep 27, 2022

  1. BUG: Fix calling groupBy(...).apply(func) on an empty dataframe invok…

    …es func (pandas-dev#48579)
    
    (cherry picked from commit 8b0ad71)
    ntachukwu authored and rhshadrach committed Sep 27, 2022
    Configuration menu
    Copy the full SHA
    4d8c5e9 View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2022

  1. Merge branch '1.5.x' of https://github.com/pandas-dev/pandas into 1.5.x

    � Conflicts:
    �	doc/source/whatsnew/v1.5.1.rst
    rhshadrach committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    3f6b0e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2022

  1. Configuration menu
    Copy the full SHA
    1b8e4db View commit details
    Browse the repository at this point in the history
  2. REGR: Better warning in pivot_table when dropping nuisance columns (p…

    …andas-dev#49615)
    
    * REGR: Better warning in pivot_table when dropping nuisance columns
    
    * type-hint fixups
    
    (cherry picked from commit ab89c53)
    rhshadrach committed Nov 11, 2022
    Configuration menu
    Copy the full SHA
    8d80e0b View commit details
    Browse the repository at this point in the history