Skip to content

Commit c54777f

Browse files
committed
modified: pandas/tests/reshape/test_pivot_multilevel.py
- Added GH issue pandas-dev#61292 as comment to test :func:`test_pivot_table_multiindex_values_as_two_params`.
1 parent d6626fd commit c54777f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/reshape/test_pivot_multilevel.py

+1
Original file line numberDiff line numberDiff line change
@@ -258,6 +258,7 @@ def test_pivot_df_multiindex_index_none():
258258
ids=["values-and-columns", "values-and-index"],
259259
)
260260
def test_pivot_table_multiindex_values_as_two_params(index, columns, request):
261+
# GH#61292
261262
data = [
262263
["A", 1, 50, -1],
263264
["B", 1, 100, -2],

0 commit comments

Comments
 (0)