Answer:
import pandas as pd
filename = input("Enter file name with the extension included: ")
data = {}
with open("filename", "r") as file:
content = file.readlines()
for line in content:
line_list = line.strip().split(" ")
data[line_list[0]] = line_list[1] * line_list[2]
del line_list
report = pd.DataFrame(list(data.items()), columns = ["lastname", "wages paid"])
print(report)
Explanation:
The python module prompts the user for the file name and opens the text file to extract the employee data with the python open function. It iterates over the file content and saves the last name and the wages paid to the employees ( the hours worked multiplied by the hourly rate) in the dictionary "data".
The dictionary is converted to a dataframe with the Pandas python package and displays the data in tabular format on the screen.
Answer:
(A) and (B) I'm leaning more towards (B)
Explanation:
Answer: (A) legal and ethical
Explanation:
In the above given scenario, the liam's behaviors is consider as legal and ethical. The organization ethics is the morals of an association, and it is the means by which an association reacts to an inner or outside upgrade. Hierarchical morals is associated with the authoritative culture.
The ethical standard are basically depend on the human standards of good and bad and lawful guidelines depend on composed law, while moral norms depend on human rights and wrongs.
In the organization, the ethical and legal value are basically expressed by each employee as it is the regulatory law which is developed by the government for the particular organization to maintain the discipline.
Answer:
I do have Y.O.U.T.U.B.E.
Explanation:
1. Go on Y.O.U.T.U.B.E app.
2. Create account or log in to an existing account.
3. In the welcome screen, click the button of a camera on the top right corner next to your photo icon.
4. Click "Upload Video"
5. Then upload your video.
6. Add a description and details
7. Done! Just upload to on Y.O.U.T.U.B.E.
I hope this helps! Thank you:)