We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ccb083 commit fc1449fCopy full SHA for fc1449f
doc/source/text.rst
@@ -82,11 +82,11 @@ Elements in the split lists can be accessed using ``get`` or ``[]`` notation:
82
s2.str.split('_').str.get(1)
83
s2.str.split('_').str[1]
84
85
-Easy to expand this to return a DataFrame using ``return_type``.
+Easy to expand this to return a DataFrame using ``expand``.
86
87
.. ipython:: python
88
89
- s2.str.split('_', return_type='frame')
+ s2.str.split('_', expand=True)
90
91
Methods like ``replace`` and ``findall`` take `regular expressions
92
<https://docs.python.org/2/library/re.html>`__, too:
0 commit comments