pandas.DataFrame.bool

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

return

bool Same single boolean value converted to bool type.

Warning

This feature is currently unsupported by Intel Scalable Dataframe Compiler