I have a bunch of dates from a csv file in this format
1/25/2015 1:51
1/26/2015 11:22
1/26/2015 20:33
1/27/2015 15:29
1/28/2015 19:11
1/28/2015 19:41
1/30/2015 6:20
2/2/2015 16:24
2/4/2015 18:38
Is there an efficient proper way in Python to parse the date and extract the year? 2/8/2015 22:22