this parameter is no longer required from pandas 2.0.0 (April 2023).
see extract from pandas release notes:
https://pandas.pydata.org/docs/whatsnew/v2.0.0.html
datetime_is_numeric
from DataFrame.describe()
and Series.describe()
as datetime data will always be summarized as numeric data (GH 34798)