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!!!
Answer:
Stat PVC = Stat(82+98.5)
Stat PVT = Stat(59+71.5)
Explanation
PVI = 71 + 35
Let G1 = Grade 1; G2 = Grade 2
G1 = +2.1% ; G2 = -3.4%
Highest point of curve at station = 74 + 10
General equation of a curve:

At highest point of the curve 


Station PVT

54 volts
Ohms law. E= I x R
Answer:
7.615 kW
Explanation:
Solution in pen paper form in the attachment section
Answer:
5,4,1, this is a explication