Answer:
Before running this program, make sure you have installed pandas module for python.
pip install pandas
import pandas as pd
import numpy as np
csv_file = input("Enter CSV File Name : ")
df = pd.read_csv(csv_file)
count_row = df.shape[0]
print("There were %d Film Permits in Total." %(count_row))
borough_count = df['Borough'].value_counts()
print(borough_count)
location_count = df['ParkingHeld'].value_counts().head(5)
print(location_count)
Explanation:
Answer:
<em>The function is written in C++</em>
void calc_discount(double amount,bool member)
{
double discount;
if(member)
{
discount = amount - 0.10 * amount - 0.05 * amount;
}
else
{
discount = amount - 0.05 * amount;
}
cout<<"Discount = "<<discount;
}
Explanation:
<em>I've included the full source code (including the main method) as an attachment where I use comments as explanations</em>
I'd say powerpoint I always use this to show graphs and stuff
A. Media designed for sharing information and promoting social
interactions
On this spreadsheet, a feature which Debra should use to find the answer is the What-if analysis.
A spreadsheet application is a sort of computer programme that is often created with cells that are arranged in rows and columns in a tabular fashion in order to perform the following operations on a data set:
Generate
Sort
Calculate
Format
Arrange
What-if analysis, which is a feature of Microsoft Excel, is a procedure created and built for altering cell values in order to see how these changes will impact the results of Excel formulas on the spreadsheet.
Changing the values in cells to see how such changes may impact the results of formulas on the worksheet is known as what-if analysis. Scenarios, Goal Seek, and Data Tables are the three different What-If Analysis tools that are included with Excel. Data tables and scenarios use collections of input values to predict potential outcomes.
Learn more about Debra:
brainly.com/question/26142862
#SPJ4