Hello.

I have a binary variable "size" : 1 means it's small, 0 means it's large. But in my data base, it's written : 0 or 1.
I would like to add a label to 0 and 1. So that in my data, it will be "small" in place of 1. How can I do it ?

Thank you.