You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@madlib.apache.org by "Jarrod Vawdrey (JIRA)" <ji...@apache.org> on 2018/01/30 23:22:00 UTC

[jira] [Created] (MADLIB-1202) encode_categorical_variables() creates all lower case column names for boolean columns

Jarrod Vawdrey created MADLIB-1202:
--------------------------------------

             Summary: encode_categorical_variables() creates all lower case column names for boolean columns
                 Key: MADLIB-1202
                 URL: https://issues.apache.org/jira/browse/MADLIB-1202
             Project: Apache MADlib
          Issue Type: Improvement
            Reporter: Jarrod Vawdrey


 

It would be handy if encode_categorical_variables() created lower case column names for boolean columns vs upper case that require double quoting to query. 

Current implementation generates "<boolean column name>_True" and "<boolean column name>_False".

Improvement to generate <boolean column name>_true and <boolean column name>_false.

 



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)