-
Notifications
You must be signed in to change notification settings - Fork 902
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[BUG]Select dtypes fails if list dtypes present in dataframe #6919
Comments
This issue has been marked stale due to no recent activity in the past 30d. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be marked rotten if there is no activity in the next 60d. |
This issue has been labeled |
#8849) Addresses bug #6919. `issubclass` expects a class, but a list is not a class, so we must add a check before calling `issubclass` on it. Authors: - Sarah Yurick (https://github.com/sarahyurick) Approvers: - Ashwin Srinath (https://github.com/shwina) - GALI PREM SAGAR (https://github.com/galipremsagar) URL: #8849
Closed by #8849 |
Describe the bug
Select dtypes fails if list dtypes present in dataframe
Steps/Code to reproduce bug
Expected behavior
The behavior we get without list type
Environment overview (please complete the following information)
Environment details
The text was updated successfully, but these errors were encountered: