Portfolio Project: U.S. Medical Insurance Analysis

Hi everyone,

Here is a link to my project:

Any questions/comments/suggestions are welcome!

I thoroughly enjoyed working through this project, challenging myself to go one step further each time I thought I was done.

1 Like

For this project, I started by creating different dictionaries to organize the patient information based on different ranges and groups of the values. Then, I created a function that takes two inputs and returns the groups of the first input and average or percentage of the second input for each group, based on the metric. For string values, the function returns percentages, for integers or floats, the function returns averages. I created this function to be able to do this analysis with any two patient details that were included in the CSV. Enjoy!

1 Like

Great job! I tried to find corellation between features as well, but you gave me a better idea of how to make more generic functions.

2 Likes

Thank you for taking the time to read and comment!