Answers for "convert birth date to age pandas"

0

convert birth date to age pandas

(pd.to_datetime('today').year-pd.to_datetime('1956-07-01').year)

Out[83]: 61
Posted by: Guest on May-29-2020

Code answers related to "convert birth date to age pandas"

Python Answers by Framework

Browse Popular Code Answers by Language