-
Notifications
You must be signed in to change notification settings - Fork 358
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[FIX] _builtin_table import in groupby apply (changed in pandas>=1.3.…
…0) (#2184) I have recently had an issue while upgrading pandas to the latest version in my Databricks environment : `AttributeError: type object 'SelectionMixin' has no attribute '_builtin_table'` Pandas has recently refactored the way we import the _builtin_table and is now part of the `pandas.core.common` module instead of being an attribute of the `pandas.core.base.SelectionMixin` class. PR that was merged in the 1.3.0 : pandas-dev/pandas#40857 This suggestion should solve the issue !
- Loading branch information
1 parent
35552d9
commit e971d6f
Showing
1 changed file
with
15 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters