biolab / orange3

🍊 :bar_chart: :bulb: Orange: Interactive data analysis
https://orangedatamining.com
Other
4.86k stars 1.01k forks source link

Change multiple attribute types #4630

Closed leeherman99 closed 4 years ago

leeherman99 commented 4 years ago

Is your feature request related to a problem? Please describe.

Here, write a clear and concise description of what the problem is. Ex. I'm always frustrated when [...] I have a data set with a large number of attributes that are being interpreted as categorical, but they should be numerical. Changing the types manually is extremely tiresome.

Describe the solution you'd like I would like to be able to change the types of multiple attributes in one shot. Add a clear and concise description of what you want to happen here.

Describe alternatives you've considered A clear and concise description of any alternative solutions or features you've considered.

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

ajdapretnar commented 4 years ago

My preferred way is to use CSV File Import, where I can shift and select several attributes, then use the right click to set the type for all of them.

leeherman99 commented 4 years ago

Thanks, that worked.

On Tue, Apr 7, 2020 at 9:57 AM Ajda notifications@github.com wrote:

My preferred way is to use CSV File Import, where I can shift and select several attributes, then use the right click to set the type for all of them.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/biolab/orange3/issues/4630#issuecomment-610402106, or unsubscribe https://github.com/notifications/unsubscribe-auth/AKJ5W2KSVA745DFR5N63LZTRLMWLRANCNFSM4MDEF5ZQ .

janezd commented 4 years ago

I see no simple way to change the (current) File widget. The issue is stalled and can be circumvented using CSV File import. Another way is to modify the files. So let's close this.