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

BUG: DataFrame.pivot not respecting None as column name #48293

Merged
merged 10 commits into from
Sep 12, 2022

Commits on Aug 28, 2022

  1. Configuration menu
    Copy the full SHA
    90d4252 View commit details
    Browse the repository at this point in the history
  2. Add gh ref

    phofl committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    585e375 View commit details
    Browse the repository at this point in the history
  3. Fix test

    phofl committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    5e7dd9b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2022

  1. Configuration menu
    Copy the full SHA
    b5134cb View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Merge remote-tracking branch 'upstream/main' into pivot_none_column

    # Conflicts:
    #	pandas/core/frame.py
    phofl committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    5568fb0 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Configuration menu
    Copy the full SHA
    8d11944 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Configuration menu
    Copy the full SHA
    3f16564 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2022

  1. Add comment

    phofl committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    3c63dfa View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'upstream/main' into pivot_none_column

    # Conflicts:
    #	doc/source/whatsnew/v1.6.0.rst
    phofl committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    5611086 View commit details
    Browse the repository at this point in the history
  3. Update doc/source/whatsnew/v1.6.0.rst

    Co-authored-by: Matthew Roeschke <10647082+mroeschke@users.noreply.github.com>
    phofl and mroeschke committed Sep 9, 2022
    Configuration menu
    Copy the full SHA
    9393a98 View commit details
    Browse the repository at this point in the history