str2bool()
Return the passed string as a boolean.
v (str) – String to transform to boolean value.
If conversion is not possible, it raises an error
bool