US Medical insurance Costs Project: Any feedback is welcome and appreciated

I had a little trouble figuring out how to import the csv file and adding each column to a list, but once I figured that out, the rest of the project was for the most part pretty straightforward. This project took around 3 hours for me to finish. Any feedback and comments would be much appreciated!

Congrats on completing the project.

A few things:

  • Good use of comments. However, it might be better to add a brief readme file to the repo and a short summary at the top of the notebook. Just include where you got the data from (Kaggle I think), what you hope to find in the data. Stuff like that. You’d do this so anyone who’s reading the notebook can follow along with your analysis.

  • I would not print the results of a lengthy dictionary b/c no one wants to scroll through that in a notebook. You can print it for yourself and then after you’ve inspected it and everything looks ok, delete that cell.

  • You should print the results of your functions so one can see your findings in the data.