We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 37f09f4 commit 5bec9e4Copy full SHA for 5bec9e4
doc/source/integer_na.rst
@@ -10,6 +10,12 @@ Nullable Integer Data Type
10
11
.. versionadded:: 0.24.0
12
13
+.. note::
14
+
15
+ IntegerArray is currently experimental. Its API or implementation may
16
+ change without warning.
17
18
19
In :ref:`missing_data`, we saw that pandas primarily uses ``NaN`` to represent
20
missing data. Because ``NaN`` is a float, this forces an array of integers with
21
any missing values to become floating point. In some cases, this may not matter
0 commit comments