Question: Read a give data.csv file, analyze the data, write the analysis result to report.txt file : in the report.txt file: include information of:
Read a give "data.csv file, analyze the data, write the analysis result to "report.txt file :
in the report.txt file: include information of:
How many rows in this dataset, for example: "This dataset has rows"
How many columns in this dataset, for example: "This dataset has col umns."
What are the name for the columns, print the all the column names, for example, "The columns are: name,age,gpa"
How many numeric columns for example, "This dataset has numeric columns, they are age, and gpa"
The mean avarage of each column, for example, "The means are: mean mean
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
