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 e98c745 commit 2560788Copy full SHA for 2560788
pandas/core/arrays/string_.py
@@ -172,7 +172,7 @@ def __init__(
172
warnings.warn(
173
"The 'pyarrow_numpy' storage option name is deprecated and will be "
174
'removed in pandas 3.0. Use \'pd.StringDtype(storage="pyarrow", '
175
- "na_value-np.nan)' to construct the same dtype.\nOr enable the "
+ "na_value=np.nan)' to construct the same dtype.\nOr enable the "
176
"'pd.options.future.infer_string = True' option globally and use "
177
'the "str" alias as a shorthand notation to specify a dtype '
178
'(instead of "string[pyarrow_numpy]").',
0 commit comments