We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8cd33b commit 02df7b6Copy full SHA for 02df7b6
doc/source/whatsnew/v0.19.0.txt
@@ -296,8 +296,7 @@ Categorical Concatenation
296
b = pd.Categorical(["a", "b"])
297
union_categoricals([a, b])
298
299
-- ``concat`` and ``append`` now can concat ``category`` dtypes wifht different
300
-``categories`` as ``object`` dtype (:issue:`13524`)
+- ``concat`` and ``append`` now can concat ``category`` dtypes with different ``categories`` as ``object`` dtype (:issue:`13524`)
301
302
**Previous behavior**:
303
0 commit comments