Skip to content

Commit 5bec9e4

Browse files
committed
added integer_na
1 parent 37f09f4 commit 5bec9e4

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

doc/source/integer_na.rst

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,12 @@ Nullable Integer Data Type
1010

1111
.. versionadded:: 0.24.0
1212

13+
.. note::
14+
15+
IntegerArray is currently experimental. Its API or implementation may
16+
change without warning.
17+
18+
1319
In :ref:`missing_data`, we saw that pandas primarily uses ``NaN`` to represent
1420
missing data. Because ``NaN`` is a float, this forces an array of integers with
1521
any missing values to become floating point. In some cases, this may not matter

0 commit comments

Comments
 (0)