Skip to content

Commit 21a6fbb

Browse files
committed
revert changes to test
1 parent 9791e1e commit 21a6fbb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pandas/tests/indexing/multiindex/test_setitem.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,7 @@ def test_multiindex_assignment(self):
226226
columns=col_names,
227227
)
228228
df = df.set_index(index_cols).sort_index()
229-
grp = df.groupby(level=index_cols[:4], dropna=False)
229+
grp = df.groupby(level=index_cols[:4])
230230
df["new_col"] = np.nan
231231

232232
f_index = np.arange(5)

0 commit comments

Comments
 (0)