Closed
Description
Dask would like to inherit the accessors registered by register_*_acessor
. This would be much easier if the regiser_*_accessor
methods added the name of the accessor to a (private) class variable.
It seems like we have use of it in pandas as well: https://github.com/pandas-dev/pandas/pull/19960/files#r171815351