Description
The conversion from/to pandas includes logic for checking ExtensionDtypes data types and behaving accordingly.
That makes code hard to change or maintain.
We want to introduce the Ops class per ExtensionDtypes data type, and then make the conversion from/to pandas data-type-based for ExtensionDtypes.