Answer:
import pandas as pd #importing pandas library as pd
import matplotlib.pyplot as plt #importing matplotlib.pyplot as plt
pop=pd.read_csv('nycHistPop.csv') #reading the csv file
borough=input('Enter borough name:') #asking the user for borough namme
# image=input('Enter image name:')
# pop['Fraction']=pop[borough]/pop['Total']
# pop.plot(x='Year', y='Fraction')
print("Minimum population",pop[borough].min()) #printing the minimum population of borough
print("Maximum population",pop[borough].max()) #printing the maximum population of borough
print("Average population",pop[borough].mean()) #printing the average population of borough
print("Standard deviation",pop[borough].std()) #printing the standard deviation of borough
# fig=plt.gcf()
# fig.savefig(image)
Explanation:
Answer:
HTML dictates how the browser presents images and text on a webpage.
Explanation:
Answer:3363 seconds
Explanation:3363 is equivalent to 0days 1 hour, 1 min, and 7 sec
Answer:
I have Lamborghini Centenario as my profile pic. :)
Explanation:
Answer:
A. Logic Bomb.
Explanation:
A Logic Bomb is a piece of code that is planted in a software system that is infected intentionally to set off malicious function.They are deployed at a predetermined time.
For ex:- a programmer hiding the files that deletes details of the employee who left the company.So these files can never be deleted.