Please consider offering answers and suggestions to help other students!
And if you fix a problem by following a suggestion here,
it would be great if other interested students could see a short
"Great, fixed it!" followup message.
Hello Mr. Wise,
In the data cleaning portion, one of the tasks mentions "Also based on the header line, report any lines that do not have the same number of cells. (Cells are allowed be empty.)"
So do we just print them, or throw them to stderr, or de...
Hi professor,
I was wondering how we can do string concatenation in awk. To be more specific, if we have an array of strings. say Names 1 "John", how can we concatenate another string to this array element (for e.g. "Jake") to make it Names 1 "J...
Hello Michael, how about in some output (when Female is given as input) the output mentions the word Female, such as "The global maximum percentage of Female tobacco users in 2022 was in Nauru (NRU) at 48.1"
However when the inout is Male, the output...