0.5.0
Add support for meaningful conversions from string to bool (with convert==True
):
True <- ['1', 'yes', 'true', 'on']
False <- ['0', 'no', 'false', 'off']
Add support for meaningful conversions from string to bool (with convert==True
):
True <- ['1', 'yes', 'true', 'on']
False <- ['0', 'no', 'false', 'off']