REF: Unify select_dtypes logic #4576
Labels
Code Quality 💯
Improvements or issues to improve quality of codebase
External
Pull requests and issues from people who do not regularly contribute to modin
P2
Minor bugs or low-priority feature requests
We currently have duplicated logic to select dtypes in in base.describe() vs dataframe.select_dtypes()
Looking at how pandas does this, their describe() uses select_dtypes() so that those two methods are guaranteed to have the same behavior and always be in sync. Do we want to / can we do the same thing? Or somehow merge that logic together so they both use the same helper functions?
Originally posted by @NickCrews in #4571 (comment)
The text was updated successfully, but these errors were encountered: