how can I convert the \'month_date_yyyymm\' to date format, such as yyyy/mm. So that I can filter it.
I use pandas read_csv
df = pd.read_csv(url)
enter imag