Skip to content

Commit 129b19a

Browse files
author
Santhosh18
committed
Modified whatsnew v1.1.0.rst
1 parent 710ed3f commit 129b19a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

doc/source/whatsnew/v1.1.0.rst

+3-6
Original file line numberDiff line numberDiff line change
@@ -740,13 +740,10 @@ Using :meth:`DataFrame.explode` and :meth:`Series.explode` would always return a
740740
741741
*New behavior*:
742742

743-
.. ipython:: ipython
743+
.. ipython:: python
744+
745+
df.explode("A").dtypes
744746
745-
In [3]: df.explode("A").dtypes
746-
Out[3]:
747-
A int64
748-
B int64
749-
dtype: object
750747
751748
Increased minimum versions for dependencies
752749
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

0 commit comments

Comments
 (0)