My dataframe has four columns with colors. I want to combine them into one column called “Colors” and use commas to separate the values. For example, I’m trying to combine into a Colors column like this : My code is: But the output for ID 120 is: And the output for ID 121 is: FOUND MY PROBLEM! Earlier in my