Request for feedback on US Medical Insurance Portfolio Project

Hi!

I just uploaded my portfolio project, and was hoping to get some feedback for it

It took me around 6 hours to get my head around it, I found it a little daunting at first but it fell into place once I started properly thinking about it. I also spent a bit of time at the end analysing much more than I initially intended to, once I’d made some universal functions to run any variables thru.

My gut says I could have improved the presentation of how the data is returned by the functions, but I’m interested to hear what people think!

Thanks in advance, here is the link: :slight_smile:

Hi vardypop,

Congratulations on finishing the project! The thing I admire most in your project is the reusability of the code. I’ve studied yours and they are solid. It makes it easier to use, easier to read and less prone to error. Hats off to you.

Mathieu

1 Like

Wow thanks for the lovely feedback @marchedhornet!

Ed

I agree with @marchedhornet . Your functions that are re-usable with different data. When I did the project, I created a separate function for each analysis. Your code is more concise.

1 Like

I have to agree with the above commenters. Your method for going about the analysis was much more future proof and larger scale. I never even considered this approach, thank you for teaching me something today!

1 Like