You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Unable to specify "true_vlaues" and "false_values" from the code rather than changing the values in the package, is there a way to specify from the initialization of "type_guess" function itself to declare Booltype to consider predefined "true_values" i.e.
Unable to specify "true_vlaues" and "false_values" from the code rather than changing the values in the package, is there a way to specify from the initialization of "type_guess" function itself to declare Booltype to consider predefined "true_values" i.e.
types = type_guess(row_set,[types.StringType, types.IntegerType, types.DecimalType, types.BoolType(true_values = ('yes'),false_values=('no'))], strict=True)
Instead of changing the "true_value" in site-packages/messytables/types.py, How can I pass it in the calling code.
The text was updated successfully, but these errors were encountered: