File tree 2 files changed +6
-1
lines changed
2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
306
306
-i " pandas.api.types.is_sparse SA01" \
307
307
-i " pandas.api.types.is_timedelta64_ns_dtype SA01" \
308
308
-i " pandas.api.types.pandas_dtype PR07,RT03,SA01" \
309
- -i " pandas.api.types.union_categoricals RT03,SA01" \
310
309
-i " pandas.arrays.ArrowExtensionArray PR07,SA01" \
311
310
-i " pandas.arrays.BooleanArray SA01" \
312
311
-i " pandas.arrays.DatetimeArray SA01" \
Original file line number Diff line number Diff line change @@ -190,6 +190,7 @@ def union_categoricals(
190
190
Returns
191
191
-------
192
192
Categorical
193
+ The union of categories being combined.
193
194
194
195
Raises
195
196
------
@@ -201,6 +202,11 @@ def union_categoricals(
201
202
ValueError
202
203
Empty list of categoricals passed
203
204
205
+ See Also
206
+ --------
207
+ CategoricalDtype : Type for categorical data with the categories and orderedness.
208
+ Categorical : Represent a categorical variable in classic R / S-plus fashion.
209
+
204
210
Notes
205
211
-----
206
212
To learn more about categories, see `link
You can’t perform that action at this time.
0 commit comments