Closed
Description
I recently learned about Fletcher, which provides a pandas extension dtype that is backed by pyarrow.
Since it's backed by arrow, it avoids having to use the object dtype for strings, structs, and arrays. But also, since it's only 0.1, this should probably be opt-in.
Similar to #242, since both these proposals use extension dtypes.