Skip to content

Commit 551d855

Browse files
committed
Add issue number
1 parent 17b24bd commit 551d855

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/tests/frame/test_dtypes.py

+1
Original file line numberDiff line numberDiff line change
@@ -725,6 +725,7 @@ def test_astype_duplicate_col(self):
725725
tm.assert_frame_equal(result, expected)
726726

727727
def test_wrong_length_cat_dtype_raises(self):
728+
# GH29523
728729
cat = pd.Categorical.from_codes([0, 1, 1, 0, 1, 2], ["a", "b", "c"])
729730
df = pd.DataFrame({"bar": range(10)})
730731
err = "Length of values does not match length of index"

0 commit comments

Comments
 (0)