Practice problems

| categories: Practice

Try programming these before class on Friday.

Use our faked up baby data for this exercise.

Define a function BigBabies that takes selects out the babies that are more than 1 standard deviation heavier than the mean and returns them in a new array with 2 columns. Use the numpy powertools rather than a loop.

Write a script that compares the percentage of big boy babies to big girl babies. Again, use the array power tools.