Description
The conversion from/to pandas includes logic for checking data types and behaving accordingly.
That makes code hard to change or maintain.
Since we have introduced the Ops class per non-ExtensionDtypes data type, we ought to make the conversion from/to pandas data-type-based.
Ops class per ExtensionDtype and its data-type-based from/to pandas will be implemented in a separate PR.