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 10 rows"
. How many columns in this dataset, for example: "This dataset has 3col- umns."
. What are the name for the columns, print the all the column names, for example, "The 3 columns are: name,age,gpa"
. How many numeric column(s), for example, "This dataset has 2 numeric columns, they are age, and gpa"
. The mean (avarage) of each column, for example, "The means are: mean1, mean2"
Read a give "data.csv " file, analyze the data,

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!