pedromlsreis / paranormal_distributions

Group N project for Data Mining course 2019-2020
1 stars 0 forks source link

Age #7

Closed kalrashid15 closed 4 years ago

kalrashid15 commented 4 years ago

if "Birthday" in df.columns: df["Age"] = 2016 - df["Birthday"] del df["Birthday"]

meant to be? 2020 - df['Birthday']?

kalrashid15 commented 4 years ago

sorry I just re-read the project spec. Current year of the database is 2016.