File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -190,7 +190,7 @@ def union_categoricals(
190
190
Returns
191
191
-------
192
192
Categorical
193
- The union of categories being combined
193
+ The union of categories being combined.
194
194
195
195
Raises
196
196
------
@@ -202,16 +202,16 @@ def union_categoricals(
202
202
ValueError
203
203
Empty list of categoricals passed
204
204
205
- Notes
206
- -----
207
- To learn more about categories, see `link
208
- <https://pandas.pydata.org/pandas-docs/stable/user_guide/categorical.html#unioning>`__
209
-
210
205
See Also
211
206
--------
212
207
CategoricalDtype : Type for categorical data with the categories and orderedness.
213
208
Categorical : Represent a categorical variable in classic R / S-plus fashion.
214
209
210
+ Notes
211
+ -----
212
+ To learn more about categories, see `link
213
+ <https://pandas.pydata.org/pandas-docs/stable/user_guide/categorical.html#unioning>`__
214
+
215
215
Examples
216
216
--------
217
217
If you want to combine categoricals that do not necessarily have
You can’t perform that action at this time.
0 commit comments