TSV Practice Attached Files: freqs.tsv (153.937 KB) File fregs tsv (attached) contains frequencies of 2,300+ words and expressions used by adolescents and young adults engaged in a certain unhealthy activity The file has no header row. The columns are delimited by tabs. The first column of the file lists the words, the remaining columns list frequencies as floating point numbers (some columns have missing values designated as empty strings) Write a program that shall add another column to the table. The values in the new column shall be equal to the average (mean) value of the frequencies in each row treat the missing values as 0). The new table shall be saved into the file fregs-mean.tsy in the same format as the original file (tab-separated, no header row, missing values designated as empty strings). Example: Original row eating di sorder Processed row eating disorder You must use module csy for reading and writing the files. 1.2406 1.14931.8994 1.3713 1.2406 1.1493 1.8994 1.3713 0,8086 TSV Practice Attached Files: freqs.tsv (153.937 KB) File fregs tsv (attached) contains frequencies of 2,300+ words and expressions used by adolescents and young adults engaged in a certain unhealthy activity The file has no header row. The columns are delimited by tabs. The first column of the file lists the words, the remaining columns list frequencies as floating point numbers (some columns have missing values designated as empty strings) Write a program that shall add another column to the table. The values in the new column shall be equal to the average (mean) value of the frequencies in each row treat the missing values as 0). The new table shall be saved into the file fregs-mean.tsy in the same format as the original file (tab-separated, no header row, missing values designated as empty strings). Example: Original row eating di sorder Processed row eating disorder You must use module csy for reading and writing the files. 1.2406 1.14931.8994 1.3713 1.2406 1.1493 1.8994 1.3713 0,8086