fillna of a column with based on another code example Example: pandas fill na with value from another column df['Cat1'].fillna(df['Cat2'])