Question
Using the dataset provided to you answer the following questions: A) Write a function that gets a number n bigger than 2 and returns (2*3*4*.....*n)
Using the dataset provided to you answer the following questions:
A) Write a function that gets a number "n" bigger than 2 and returns (2*3*4*.....*n) If the number given to the function is less than 2 the function must return -1. B) Write a script and call your function then display the result when 10 is passed to the function. Calculate the minimum and maximum incomes in the city assigned to you. Calculate the median dollar amount spent on cosmetics in the city assigned to you. Calculate the median dollar amount spent on Grocery in the city assigned to you. Visualize the frequency of Male and Female customers in the city assigned to you using a bar chart with two columns A) Visualize the distribution of family income in the city assigned to you by a histogram. B) What is the mode for family income? A) Visualize the distribution of Years of education in the city assigned to you by a histogram. B) What is the mode for Years of education? Visualize the distribution of Years of education for males and females using two boxplots. Use a scatter plot of the association between "family income" and "Years of
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started