Returns a dataframe with the Id, Date, and Repeated column added, which are derived from the Animal.ID column.

add_id_date_repeated(df)

Arguments

df

dataframe having at least the Animal.ID column

Value

a dataframe with the Id, Date, and Repeated column added