Skip to content

Commit f1598d3

Browse files
DOC: ignore deprecation warnings for convert_objects (GH10265)
1 parent 95a90e0 commit f1598d3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/source/whatsnew/v0.11.0.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -103,6 +103,7 @@ Conversion
103103
Mixed Conversion
104104

105105
.. ipython:: python
106+
:okwarning:
106107

107108
df3['D'] = '1.'
108109
df3['E'] = '1'
@@ -116,6 +117,7 @@ Mixed Conversion
116117
Forcing Date coercion (and setting ``NaT`` when not datelike)
117118

118119
.. ipython:: python
120+
:okwarning:
119121

120122
from datetime import datetime
121123
s = Series([datetime(2001,1,1,0,0), 'foo', 1.0, 1,
@@ -328,4 +330,3 @@ Enhancements
328330
See the :ref:`full release notes
329331
<release>` or issue tracker
330332
on GitHub for a complete list.
331-

0 commit comments

Comments
 (0)