You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#30209 has some changes to describe for datelike data. I think the changes count as API breaking and should wait until a 2.0, possibly with a deprecation warning.
The text was updated successfully, but these errors were encountered:
TomAugspurger
added
Compat
pandas objects compatability with Numpy or Python functions
Blocker
Blocking issue or pull request for an upcoming release
labels
Apr 30, 2020
Came up in a dask test asserting that the output of dask.dataframe's describe matches pandas.
I'd also be fine with a datetlike_is_numeric=None/True/False with a default of warning and giving the old output and an option to silence the warning by specifying True / False.
#30209 has some changes to describe for datelike data. I think the changes count as API breaking and should wait until a 2.0, possibly with a deprecation warning.
cc @david-cortes, @jreback.
master:
1.0.2:
The text was updated successfully, but these errors were encountered: