dict = {'First Name': 'Vikram', 'Last Name': 'Aruchamy', 'Country': 'India'} df = df.append(dict, ignore_index = True) df