Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion pandas/core/arrays/string_.py
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ def __init__(
warnings.warn(
"The 'pyarrow_numpy' storage option name is deprecated and will be "
'removed in pandas 3.0. Use \'pd.StringDtype(storage="pyarrow", '
"na_value-np.nan)' to construct the same dtype.\nOr enable the "
"na_value=np.nan)' to construct the same dtype.\nOr enable the "
"'pd.options.future.infer_string = True' option globally and use "
'the "str" alias as a shorthand notation to specify a dtype '
'(instead of "string[pyarrow_numpy]").',
Expand Down
Loading