Answer:
Explanation:
The python code to generate this is quite simple to run.
i hope you understand everything written here, you can as well try out other problems to understand better.
First to begin, we import the package;
Code:
import pandas as pd
import matplotlib.pyplot as plt
name = input('Enter name of the file: ')
op = input('Enter name of output file: ')
df = pd.read_csv(name)
df['Date'] = pd.to_datetime(df["Date"].apply(str))
plt.plot(df['Date'],df['Absent']/(df['Present']+df['Absent']+df['Released']),label="% Absent")
plt.legend(loc="upper right")
plt.xticks(rotation=20)
plt.savefig(op)
plt.show()
This should generate the data(plot) as seen in the uploaded screenshot.
thanks i hope this helps!!!
The true statement about the dot plot is 1 has 4 and 0 dots.
Explanation:
- after creating a Bar chart 4 is the right answer.
- The highest among st all the other plots is 1 but 4 shows 3.
- Taking an average from all the data points 3 comes to the right answer.
- Median the central Mid-point is 3.
- Mode also comes to 3.
- It is skewed on the right due to the 1st one.
- Skewed shows the data point either increasing or in decreasing.
- There a to Bi- histograms which has two ups and downs.
- The true statement has to be as Mean=Median=Mode is 3.
Answer:
a)6.8 KPa
b)0.264 gallon
c)47.84 Pa.s
Explanation:
We know that
1 lbf= 4.48 N
1 ft =0.30 m
a)
Given that
P= 1 psi
psi is called pound force per square inch.
We know that 1 psi = 6.8 KPa.
b)
Given that
Volume = 1 liter
We know that 1000 liter = 1 cubic meter.
1 liter =0.264 gallon.
c)
