I have a plain text format file data_table_complete
of size of 13 GB with over 100 columns in which 1 there is a column related to color
.
When I used the command levels(data_table_complete$color)
, there were 544 levels.
On primary search I found 1 level named as "OTHERS"
, containing some 4000 odd items and another one as "OTHETRS"
, containing some 600 odd items, which is possibly the spelling mistake of the former one.
So I thought to merge them as "OTHERS"
but I found that there was possible data loss.
Can anyone guide me how to accomplish this task?