No difference between "polynominal" and "text" data type?
Hi,
I checked the manual and this forum but I cannot find the answer.
Is there possibly no difference between the "text" and "polynominal" data types in RM?
I am asking, because I worked with quite an large data set and RM seems to save text variables the same way it does with polynominals: as categorical variables (or factors).
The metadata file gets really huge and this slows down RM a lot when loading and handling data.
Could this be true?
Best
Karl
Find more posts tagged with
Sort by:
1 - 5 of
51
good catch. I think if i remember it correctly it is indeed at the moment the same implementation and the difference is on the usability. But this might change in future.
Best,
Martin
The differences are not visible, but they are important. On the back-end, there are many text processing operators that only work on data of type "text" and there are many normal operators that work on polynominal data types but not text. So you do need to make sure that this is set correctly depending on what your downstream needs may be.