Closed kalrashid15 closed 4 years ago
if "Birthday" in df.columns: df["Age"] = 2016 - df["Birthday"] del df["Birthday"]
meant to be? 2020 - df['Birthday']?
sorry I just re-read the project spec. Current year of the database is 2016.
if "Birthday" in df.columns: df["Age"] = 2016 - df["Birthday"] del df["Birthday"]
meant to be? 2020 - df['Birthday']?