-
-
Notifications
You must be signed in to change notification settings - Fork 18.8k
Closed
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasEnhancementNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionRefactorInternal refactoring of codeInternal refactoring of code
Description
Line 1371 in f78b1cc
def bool(self): |
This method conflicts with python's native bool
. Wondering if it would be okay to rename this to to_bool
.
I can get the needed changes done, but wanted to make sure it's okay before sending out a PR.
Metadata
Metadata
Assignees
Labels
DeprecateFunctionality to remove in pandasFunctionality to remove in pandasEnhancementNeeds DiscussionRequires discussion from core team before further actionRequires discussion from core team before further actionRefactorInternal refactoring of codeInternal refactoring of code