Seperate 2D array to nested list
Seperate 2D array to nested list. Exercise : 2D array --> [[3 items],[1 item]] 1. 2-d array df_24months.values >>> array([[ 2. , 2. , 4. , 3. , 4. , 2. , 3. , 2. , 3. , 1. , 4. , 2. , 1.5, 3. , 3. , 2.5, 2. , 2. , 1. , 0. , 3.5, 1. , 1. , 2. ], [ 2. , 1. , 0. , 1. , 10. , 7. , 3. , 6. , 4. , 7. , 15. , 10. , 12. , 10. , 5. , 9. , 6. , 5. , 12. , 6. , 4. , 3. , 1. , 1. ], [ 6. , 6. , 6. , 14. , 2..