Skip to content

Commit a1f7694

Browse files
committed
modified: pandas/tests/reshape/test_pivot.py
- Added GH issue comment to test :func:`test_pivot_table_values_as_two_params`.
1 parent babe28a commit a1f7694

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/reshape/test_pivot.py

+1
Original file line numberDiff line numberDiff line change
@@ -2560,6 +2560,7 @@ def test_pivot_table_index_and_column_keys_with_nan(self, dropna):
25602560
ids=["values-and-columns", "values-and-index"],
25612561
)
25622562
def test_pivot_table_values_as_two_params(self, index, columns, request):
2563+
# GH#57876
25632564
data = {"Category": ["A", "B", "A", "B"], "Value": [10, 20, 40, 50]}
25642565
df = DataFrame(data)
25652566
result = df.pivot_table(

0 commit comments

Comments
 (0)