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