File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -74,10 +74,11 @@ applies only to certain dtypes.
74
74
Extension types
75
75
---------------
76
76
77
- .. warning ::
77
+ .. note ::
78
78
79
- The :class: `pandas.api.extensions.ExtensionDtype ` and :class: `pandas.api.extensions.ExtensionArray ` APIs are new and
80
- experimental. They may change between versions without warning.
79
+ The :class: `pandas.api.extensions.ExtensionDtype ` and :class: `pandas.api.extensions.ExtensionArray ` APIs were
80
+ experimental prior to pandas 1.5. Starting with version 1.5, future changes will follow
81
+ the :ref: `pandas deprecation policy <policies.version >`.
81
82
82
83
pandas defines an interface for implementing data types and arrays that *extend *
83
84
NumPy's type system. pandas itself uses the extension system for some types
You can’t perform that action at this time.
0 commit comments