I have a list below. Could you help me to extract the only highlighted area and have it as a DataFrame?
list_a = ['', 'January', 'February', 'March', 'April', 'May', 'June', 'July', 'August', 'September', 'October', 'November', 'December', 'Total', '2019', '', '', '', '919.69', '1043.26', '1158.34', '1245.30', '1112.40', '868.93', '513.33', '432.67', '244.26', '9160.74', '2020', '371.35', '463.13', '722.77', '865.92', '1252.37', '468.15', '', '', '', '', '', '', '4143.69', '', '', '', '', '', '', '', '', '', '', '', '', '', '24572.68', 'Mean value', '383.56', '452.64', '736.38', '915.75', '1112.23', '1186.21', '1266.01', '1101.05', '786.72', '568.93', '412.19', '276.59', '9198.28', 'Year portion', '4.17%', '4.92%', '8.01%', '9.96%', '12.09%', '12.90%', '13.76%', '11.97%', '8.55%', '6.19%', '4.48%', '3.01%', '100.00%', 'Yield expectations *', '274.04', '411.06', '668.98', '878.54', '1007.50', '1063.92', '1039.74', '943.02', '741.52', '515.84', '274.04', '241.80', '8060.00']
