Hi All, sometimes I need to chain for each to process something. Generally i use an sequence to do that. But I dont know if it is a good practice. Someone can explain if there is a good form to do this?
Hypothetical Example: get data month by month for each year.
I need iterate over years = {2011, 2012, 2013 … 2016, 2017, 2018} inside each year, iterate over months = {January, February … December}