We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2bf5ce7 commit 0511754Copy full SHA for 0511754
doc/source/user_guide/integer_na.rst
@@ -30,7 +30,7 @@ you must explicitly pass the dtype into :meth:`array` or :class:`Series`:
30
31
.. ipython:: python
32
33
- arr = pd.array([1, 2, np.nan], dtype=pd.Int64Dtype())
+ arr = pd.array([1, 2, None], dtype=pd.Int64Dtype())
34
arr
35
36
Or the string alias ``"Int64"`` (note the capital ``"I"``, to differentiate from
0 commit comments