Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR PYTHON

convert birth date to age pandas

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

Out[83]: 61
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #convert #birth #date #age #pandas
ADD COMMENT
Topic
Name
4+7 =