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.
just needed one confirmation, the sample output values given by you are just for the sample data.
we will get different values for the cleaned outfile for us?. correct me if I am wrong.
and if the sample output values given by you are jsut for smaple data then how can we verify that our data file is correct and corelation values are correct.
just needed one confirmation, the sample output values given by you are just for the sample data.
we will get different values for the cleaned outfile for us?. correct me if I am wrong.
That is correct. There will be other cleaned data for the analysis program (as there will be for the inputs to the data cleaning program).
My code creates a data cleaned file, now I just need to print the file on terminal or need to keep it in file?
The data from data cleaning should be sent to standard output. This will go to the terminal, but generally stdout is redirected into a file, but that is up to the person running the program, not you. Makes sense?