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.
7474Extension types
7575---------------
7676
77- .. warning ::
77+ .. note ::
7878
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 >`.
8182
8283pandas defines an interface for implementing data types and arrays that *extend *
8384NumPy's type system. pandas itself uses the extension system for some types
You can’t perform that action at this time.
0 commit comments