DataFrame, groupby, pilih satu

df.sort_values('date').groupby(['id', 'period', 'type']).first()
Fantastic Fish