I need to extract the year from vote_data and save it into another column to finally sort the dataframe by year.
Anyone with an idea? If it is possible to sort it without extracting, that would be even better. Already tried sorting, but did not find out how to sort only by year when the cell contains the whole date.