We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 28f9012 commit 0562d08Copy full SHA for 0562d08
pandas/_libs/lib.pyx
@@ -1705,13 +1705,13 @@ cpdef ndarray ensure_string_array(
1705
Parameters
1706
----------
1707
values : array-like
1708
- The values to be converted to str, if needed
+ The values to be converted to str, if needed.
1709
na_value : Any
1710
- The value to use for na. For example, np.nan or pd.NAN
+ The value to use for na. For example, np.nan or pd.NA.
1711
convert_na_value : bool, default True
1712
- If False, existing na values will be used unchanged in the new array
+ If False, existing na values will be used unchanged in the new array.
1713
copy : bool, default True
1714
- Whether to wnsure that a new array is returned
+ Whether to ensure that a new array is returned.
1715
1716
Returns
1717
-------
0 commit comments