File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ consequences to your code (for example when checking for the ``.dtype`` being
5757object dtype). To allow testing it in advance of the pandas 3.0 release, this
5858future dtype inference logic can be enabled in pandas 2.3 with:
5959
60- .. code-block :: ipython
60+ .. code-block :: python
6161
6262 pd.options.future.infer_string = True
6363
@@ -89,15 +89,15 @@ The new behavioral semantics are explained in more detail in the
8989
9090The new behavior can be enabled since pandas 2.0 with the following option:
9191
92- .. code-block :: ipython
92+ .. code-block :: python
9393
9494 pd.options.mode.copy_on_write = True
9595
9696 Some of the behaviour changes allow a clear deprecation, like the changes in
9797chained assignment. Other changes are more subtle and thus, the warnings are
9898hidden behind an option that can be enabled since pandas 2.2:
9999
100- .. code-block :: ipython
100+ .. code-block :: python
101101
102102 pd.options.mode.copy_on_write = " warn"
103103
You can’t perform that action at this time.
0 commit comments