df["new_column"] = "abcd"
# Adding Column df['Column Name'] = 'Value' # Pass a list also, but it should match number of rows. df['Column Name'] = ['should', 'match_rows','otherwise', 'error']