Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

1. Find the descriptive statistics summary for the data - Allometry.

csv and explain the obtained


output in brief.

The descriptive statistics summary for the data Allometry.csv presents the entire excel sheet
data in its statistical form. There is mean, count, standard deviation, minimum and maximum
value including percentile of each respective columns of data. This in short is the total
statistical summary of the data sheet provided.

2. Print the unique rows and their count present in the 'diameter' column
3. Find the following values with regards to 'diameter' columns using python functions:

1. minimum
2. maximum
3. standard deviation
4. count
5. median
6. mean
4. Find the information regarding the dataset and explain the output in detail.

The information driven from above states that in the following data set: there are a total of 63
entries, i.e., 0 to 62. Data columns are a total of 5 and they are: species, diameter, height,
leaf area and branch mass. There are 63 entries in each column and none are null. The
column species consists of objects i.e., texts and the rest of the columns consist of floats
which are numericals.

You might also like