File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1705,13 +1705,13 @@ cpdef ndarray ensure_string_array(
1705
1705
Parameters
1706
1706
----------
1707
1707
values : array-like
1708
- The values to be converted to str, if needed
1708
+ The values to be converted to str, if needed.
1709
1709
na_value : Any
1710
- The value to use for na. For example, np.nan or pd.NAN
1710
+ The value to use for na. For example, np.nan or pd.NA.
1711
1711
convert_na_value : bool, default True
1712
- If False, existing na values will be used unchanged in the new array
1712
+ If False, existing na values will be used unchanged in the new array.
1713
1713
copy : bool, default True
1714
- Whether to wnsure that a new array is returned
1714
+ Whether to ensure that a new array is returned.
1715
1715
1716
1716
Returns
1717
1717
-------
You can’t perform that action at this time.
0 commit comments