Skip to content

Commit 1b9e3f0

Browse files
committed
ENH: Support MultiIndex columns in parquet pandas-dev#34777
1. Include issue number as a comment on added test
1 parent e9ff779 commit 1b9e3f0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/io/test_parquet.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -416,6 +416,7 @@ def test_write_column_multiindex(self, engine):
416416
self.check_error_on_write(df, engine, ValueError)
417417

418418
def test_write_column_multiindex_string(self, pa):
419+
# GH #34777
419420
# Not supported in fastparquet as of 0.1.3 or older pyarrow version
420421
engine = pa
421422

0 commit comments

Comments
 (0)