// This variable is the share of the subnational population who use the main language in India. It is also a normalized variable (share = number of the main language speaker/total population in the subnational unit).
main_language_share = Array.from(csv_data.values(), d => d[1][3])