#### Description Pandas 3.0 [will have PyArrow strings as default instead of `object`](https://pandas.pydata.org/pdeps/0010-required-pyarrow-dependency.html#immediate-user-benefit-1-pyarrow-strings). Does this impact the way we currently have to specify `Text` columns in the sklearn estimators ?
Description
Pandas 3.0 will have PyArrow strings as default instead of
object. Does this impact the way we currently have to specifyTextcolumns in the sklearn estimators ?