Concatenating variables with the same name but different configurations is hard #6037
Unanswered
Kiskadee-dev
asked this question in
Q&A
Replies: 1 comment 3 replies
-
Concatenate has the option "Treat variables with the same name as the same variable, even if they are computed using different formulae", which solves your issue. That said, the documentation for Concatenate is outdated and should be rewritten. Getting it fixed asap. |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I am currently working with many csv datasets who have the exact same headers, I could (and did later) merge them manually but at first I thought the concatenate widget would be enough. It was this way so I could easily reload a specific dataset when updating them or correcting mistakes inside the file, with only one its a bit clumsy.. anyway, right now we don't have a way to apply the configuration of the features to multiple file imports, this can easily lead to mistakes that will mess with the concatenate widget as it won't concatenate columns with different configurations.
I think the concatenate widget could be expanded so we can remap the datasets if we wish to by manually matching the columns headers.
Working with a single new column and then trying to merge it to the dataset is also clumsy as often it'll have different configurations than the original one, some time ago i had a bad time merging two columns, 'feature' and 'predicted feature', where the predicted ones were only available when the feature wasn't. I think we need at least a better error message to explain why the concatenate widget renamed the variables and why some features ended up with '?'.
Tl; DR: Concatenating variables with the same name and keeping the same name is hard
I am new to orange.
Beta Was this translation helpful? Give feedback.
All reactions