Ok, so as the title says, this is my first portfolio project. I’m doing the Data Science track and have not started learning about Pandas etc yet, so there’s no fancy stuff or visualisations here.
https://github.com/newsocialsandra/us-medical-costs/blob/main/us-medical-insurance-costs.ipynb
This was a super challenging project for me
I haven’t written any python code for a while and my previous knowledge of statistics/analytics is from college, more than 10 years ago. So I’ve been feeling a lot like that old ”I don’t know what I’m doing” dog meme.
Do you have any suggestions for me? I have a couple of small things I would like to improve in my code, noted far down in the notebook.
But I’m also thinking: could I have used classes for this, instead of just functions? Would that have been better? Why?
And is there anything else I’m missing here?