I have columns named dairy_ee, fruit_ee, oils_ee, etc. They are either a 0 or 1 but there are some blank spaces. I want to fill these columns with a 0 or 1 based on another variable group. It looks something like this: Group dairy_ee fruit_ee oils_ee 1 0 1 0 1 . . . 2 0 1 0 2 . . . 3 1 1 0 3 . . . 4 0 0 0 4 . . . 4 . . . Thank you!
... View more