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(
17051705 Parameters
17061706 ----------
17071707 values : array-like
1708- The values to be converted to str, if needed
1708+ The values to be converted to str, if needed.
17091709 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.
17111711 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.
17131713 copy : bool, default True
1714- Whether to wnsure that a new array is returned
1714+ Whether to ensure that a new array is returned.
17151715
17161716 Returns
17171717 -------
You can’t perform that action at this time.
0 commit comments