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 bcb9357 commit 6902efaCopy full SHA for 6902efa
doc/source/whatsnew/v2.3.1.rst
@@ -44,7 +44,7 @@ correctly, rather than defaulting to ``object`` dtype. For example:
44
45
.. code-block:: python
46
47
- >>> pd.options.mode.infer_string = True
+ >>> pd.options.future.infer_string = True
48
>>> df = pd.DataFrame()
49
>>> df.columns.dtype
50
dtype('int64') # default RangeIndex for empty columns
0 commit comments