Skip to content

Commit d257666

Browse files
committed
comment
1 parent 88c7663 commit d257666

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/extension/base/setitem.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -422,6 +422,7 @@ def test_setitem_frame_2d_values(self, data):
422422
df.iloc[:-1] = df.iloc[:-1].copy()
423423
tm.assert_frame_equal(df, orig)
424424

425+
# FIXME: Breaks for pyarrow float dtype bc df.values changes NAs to NaN
425426
df.iloc[:] = df.values
426427
tm.assert_frame_equal(df, orig)
427428

0 commit comments

Comments
 (0)