Saya mulai dengan input data seperti ini df1 = pandas.DataFrame( { "Name" : ["Alice", "Bob", "Mallory", "Mallory", "Bob" , "Mallory"] , "City" : ["Seattle", "Seattle", "Portland", "Seattle", "Seattle", "Portland"] } ) Yang ketika dicetak muncul sebagai ini: City Name 0 Seattle Alice 1...