File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -307,7 +307,6 @@ if [[ -z "$CHECK" || "$CHECK" == "docstrings" ]]; then
307
307
-i " pandas.api.types.is_string_dtype SA01" \
308
308
-i " pandas.api.types.is_timedelta64_ns_dtype SA01" \
309
309
-i " pandas.api.types.pandas_dtype PR07,RT03,SA01" \
310
- -i " pandas.api.types.union_categoricals RT03,SA01" \
311
310
-i " pandas.arrays.ArrowExtensionArray PR07,SA01" \
312
311
-i " pandas.arrays.BooleanArray SA01" \
313
312
-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
------
@@ -206,6 +207,11 @@ def union_categoricals(
206
207
To learn more about categories, see `link
207
208
<https://pandas.pydata.org/pandas-docs/stable/user_guide/categorical.html#unioning>`__
208
209
210
+ See Also
211
+ --------
212
+ CategoricalDtype : Type for categorical data with the categories and orderedness.
213
+ Categorical : Represent a categorical variable in classic R / S-plus fashion.
214
+
209
215
Examples
210
216
--------
211
217
If you want to combine categoricals that do not necessarily have
You can’t perform that action at this time.
0 commit comments