hpcc-systems / EDA

EDA project
1 stars 1 forks source link

Univariate #8

Closed jchambers-ln closed 10 years ago

jchambers-ln commented 10 years ago

When you select Add Columns after selecting a Dataset its not doing anything?

keshavshrikant commented 10 years ago

It only adds Columns if the Column types start with either INTEGER, REAL. If column type is other than that it won't do anything. The logic behind this is that we only need Numeric type columns of the data set to compute univariate stats.

jchambers-ln commented 10 years ago

Need to add UNSIGNED/UNSIGNED INTEGER to that list. right now it just adds all numeric columns when you click Add Columns probably should use the popup so the user can select which columns to include (maybe just grey out disable selecting non numeric in the list?). The one thing that is lost with the current design layout is the ability to do min of one column and max of the other. Tim will need to decide if that is needed.

jchambers-ln commented 10 years ago

Seems Unsigned is being allowed now but not "unsigned integer"

sreekanthmenon commented 10 years ago

Fixed. Let us know if there are any other issues.