Below is a dataframe that contains values in a list form. I would like to perform two operations. I would like to remove all the rows that contain year as ['2017', '2018] and I would like to split the ['2017'] rows and ['2018'] rows as separate dataframes. Below is a dataframe that contains values in a