Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

BUG: pivot_table with overlapping values #61293

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

Merged
merged 22 commits into from
Apr 23, 2025
Merged
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
faded18
modified: pandas/tests/reshape/test_pivot_multilevel.py
it176131 Apr 14, 2025
454a486
modified: pandas/core/reshape/pivot.py
it176131 Apr 15, 2025
babe28a
modified: pandas/tests/reshape/test_pivot.py
it176131 Apr 15, 2025
a1f7694
modified: pandas/tests/reshape/test_pivot.py
it176131 Apr 15, 2025
8df5acf
modified: pandas/tests/reshape/test_pivot_multilevel.py
it176131 Apr 15, 2025
aa6dd7a
modified: pandas/tests/reshape/test_pivot_multilevel.py
it176131 Apr 15, 2025
b18121d
modified: pandas/core/reshape/pivot.py
it176131 Apr 15, 2025
11e79f2
modified: pandas/core/reshape/pivot.py
it176131 Apr 15, 2025
de8e781
modified: pandas/core/reshape/pivot.py
it176131 Apr 15, 2025
f7a4fb5
modified: doc/source/whatsnew/v3.0.0.rst
it176131 Apr 16, 2025
618f638
modified: pandas/core/reshape/pivot.py
it176131 Apr 19, 2025
fd1ec04
modified: pandas/core/reshape/pivot.py
it176131 Apr 19, 2025
1f87cc1
modified: pandas/tests/reshape/test_pivot.py
it176131 Apr 19, 2025
7b3c403
modified: pandas/tests/reshape/test_pivot.py
it176131 Apr 19, 2025
bf877a5
modified: pandas/tests/reshape/test_pivot_multilevel.py
it176131 Apr 19, 2025
6bdb3de
modified: pandas/tests/reshape/test_pivot_multilevel.py
it176131 Apr 19, 2025
16c2051
modified: pandas/tests/reshape/test_pivot_multilevel.py
it176131 Apr 19, 2025
2b70c88
Merge branch 'main' into bug-pivot-table
it176131 Apr 23, 2025
3824c8a
modified: pandas/tests/reshape/test_pivot_multilevel.py
it176131 Apr 23, 2025
9ef0b72
modified: pandas/tests/reshape/test_pivot.py
it176131 Apr 23, 2025
52cf560
modified: pandas/tests/reshape/test_pivot.py
it176131 Apr 23, 2025
2ae4921
modified: pandas/tests/reshape/test_pivot_multilevel.py
it176131 Apr 23, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
modified: pandas/tests/reshape/test_pivot_multilevel.py
	- Added GH issue #61292 as comment to test :func:`test_pivot_table_multiindex_values_as_two_params`.
  • Loading branch information
it176131 committed Apr 19, 2025
commit aa6dd7a2422b4c9e5c24e237a4103d57adf4b6e1
1 change: 1 addition & 0 deletions 1 pandas/tests/reshape/test_pivot_multilevel.py
Original file line number Diff line number Diff line change
Expand Up @@ -258,6 +258,7 @@ def test_pivot_df_multiindex_index_none():
ids=["values-and-columns", "values-and-index"],
)
def test_pivot_table_multiindex_values_as_two_params(index, columns, request):
# GH#61292
data = [
["A", 1, 50, -1],
["B", 1, 100, -2],
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.