Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Write Python notebook that generates a file containing the following data: Email addresses. Must have an @ Phone numbers Home Address Person's name Year born.
Write Python notebook that generates a file containing the following data:
- Email addresses. Must have an "@"
- Phone numbers
- Home Address
- Person's name
- Year born. Use realistic values.
- Number of kids. Use realistic values.
- Categorical variable: rent or own?
- Annual income. Optional challenge: Use a non-uniform distribution
- Number of speeding tickets in past year. Optional challenge: Use a non-uniform distribution
The user of your notebook should be able to specify how many entities are to be generated.
Do not include the .csv output file in your submission -- the file should be generated dynamically.
Order of columns in CSV is not relevant.
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