We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 710ed3f commit 129b19aCopy full SHA for 129b19a
doc/source/whatsnew/v1.1.0.rst
@@ -740,13 +740,10 @@ Using :meth:`DataFrame.explode` and :meth:`Series.explode` would always return a
740
741
*New behavior*:
742
743
-.. ipython:: ipython
+.. ipython:: python
744
+
745
+ df.explode("A").dtypes
746
- In [3]: df.explode("A").dtypes
- Out[3]:
747
- A int64
748
- B int64
749
- dtype: object
750
751
Increased minimum versions for dependencies
752
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
0 commit comments