Skip to content

Commit 19e8ef4

Browse files
louisjbrockmendel
louis
authored andcommitted
Add test comment to re-trigger build.
1 parent e5845ae commit 19e8ef4

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

pandas/tests/reshape/test_concat.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2749,6 +2749,8 @@ def test_concat_categorical_tz():
27492749

27502750
def test_concat_categorical_unchanged():
27512751
# GH-12007
2752+
# test fix for when concat on categorical and float
2753+
# coerces dtype categorical -> float
27522754
df = pd.DataFrame(pd.Series(["a", "b", "c"], dtype="category", name="A"))
27532755
ser = pd.Series([0, 1, 2], index=[0, 1, 3], name="B")
27542756
result = pd.concat([df, ser], axis=1)

0 commit comments

Comments
 (0)