DataFrame.bool()

DataFrame.bool() [source]

Return the bool of a single element PandasObject.

This must be a boolean scalar value, either True or False. Raise a ValueError if the PandasObject does not have exactly 1 element, or that element is not boolean

doc_Pandas
2017-01-12 04:45:35
Comments
Leave a Comment

Please login to continue.