Skip to content

Commit c81c63b

Browse files
ym-pettvictor
authored and
victor
committed
DOC: added .join to 'see also' in Series.str.cat (pandas-dev#22175)
1 parent 31dfbd4 commit c81c63b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pandas/core/strings.py

+1
Original file line numberDiff line numberDiff line change
@@ -2065,6 +2065,7 @@ def cat(self, others=None, sep=None, na_rep=None, join=None):
20652065
See Also
20662066
--------
20672067
split : Split each string in the Series/Index
2068+
join : Join lists contained as elements in the Series/Index
20682069
20692070
Examples
20702071
--------

0 commit comments

Comments
 (0)