I have a dataframe with a "Date" column, several thousand rows long. The dates are within their own cell, in this format:
2006-06-24
How can I get my "Date" column down to just the year, and then apply it to the rest of the rows? The dates change, and go through 2018. Thanks.