Author: Rebecca N. Palmer <rebecca_palmer@zoho.com>
Origin: lintian
Forwarded: not-needed (already fixed)
Gbp-Pq: Name spelling.patch
If an array-like object contains only timedelta values or NaT is
encountered, whether to convert and return an array of m8[ns] dtype.
convert_to_nullable_integer : bool, default False
- If an array-like object contains only interger values (and NaN) is
+ If an array-like object contains only integer values (and NaN) is
encountered, whether to convert and return an IntegerArray.
Returns
Returns
-------
array : ndarray or ExtensionArray
- NumPy ndarray, BooleanArray or IntergerArray with 'dtype' for its dtype.
+ NumPy ndarray, BooleanArray or IntegerArray with 'dtype' for its dtype.
Raises
------
Returns
-------
array : ndarray or IntegerArray
- NumPy ndarray or IntergerArray with 'dtype' for its dtype.
+ NumPy ndarray or IntegerArray with 'dtype' for its dtype.
Raises
------