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 59597f3 commit f632526Copy full SHA for f632526
doc/source/whatsnew/v1.3.1.rst
@@ -24,7 +24,7 @@ Fixed regressions
24
25
Bug fixes
26
~~~~~~~~~
27
--
+- Bug in :class:`DataFrame` constructor always copying 2D object arrays (:issue:`39272`)
28
-
29
30
.. ---------------------------------------------------------------------------
doc/source/whatsnew/v1.4.0.rst
@@ -176,7 +176,7 @@ Categorical
176
Datetimelike
177
^^^^^^^^^^^^
178
- Bug in :func:`to_datetime` returning pd.NaT for inputs that produce duplicated values, when ``cache=True`` (:issue:`42259`)
179
-- Bug in :class:`DataFrame` constructor always copying 2D object arrays (:issue:`39272`)
+-
180
181
Timedelta
182
^^^^^^^^^
0 commit comments