numere-org / NumeRe

Framework for numerical computations, data analysis and visualisation
https://www.numere.org
GNU General Public License v3.0
20 stars 7 forks source link

The autoconversion of logical-value columns should not prefer logical #81

Closed numeredev closed 1 year ago

numeredev commented 1 year ago

DESCRIPTION

Is your change request related to a problem? Please describe. If a data table with a mixture of values and true or false in the columns are loaded, then all values decay to logical values. This should not be the case.

Describe the solution you'd like In this case, the automatic conversion should prefer simply numerical values (converting true and false to 0 and 1). Note that I still might want to force a conversion to logical values in this situation.

Describe possible alternatives you've considered Alternatively, the automatic conversion should not convert at all in this sitution.

Additional context Add any other context or screenshots about the feature request here.

(Do not write below this line)


DEVS' SECTION

ANALYSIS

IMPLEMENTATION STEPS

(see also our Wiki for implementation guidelines)

DOCUMENTATION STEPS

(see also our Wiki for further information)

PULL REQUEST