Hi there This is my first project ever. It was super fun since I was the one created the goals and played around.
Thanks for taking your time and have a look all kind of review are much appreciated
Thank youuuuu & Have a great day!
Hi there This is my first project ever. It was super fun since I was the one created the goals and played around.
Thanks for taking your time and have a look all kind of review are much appreciated
Thank youuuuu & Have a great day!
Hi This is my first review ever!
You did a good job! The code you have written shows that you know how to handle strings, dictionaries and functions. The methods and approaches you used show that you have not only mastered the information from Data Science course, but also searched for additional information on the Internet.
I made some notes on how you could improve your code:
Chapter 1.3- View data. I think, in many cases the best way to work with data is not to look at the data I mean that your dictionary ‘Insurance_library’ is large and if you want to check how the data is stored you could just print first 3-5 values for ‘age’, 3-5 values for ‘sex’ etc. Otherwise, your list occupies most of the length of your document
Function to find median. I think the first lines of your function are redundant. Instead of using a for loop (that creates the same list as data_list) you could just write one line: sorted_data = sorted(data_list).
It would be great if you could summarize your findings in text form: write a conclusion, state your thoughts, and perhaps raise some questions for further analysis.
Congrats on completing the project! Keep it up!
Hi, thanks so much for the comments I literally cry a tiny bit after receiving your feedback, which was detailed , thorough, and so helpful.
It takes me such a long time to complete this project for many reasons (but the main one I guess because I am not so good at this). Also, I tried to do more research on statistic, such as standard deviation, correlation coefficient…, and it seems more complicated for me at the moment.
I agreed all (4) points in your comments, and updated my project. Many thanks again
I am looking over at the project your created now. It s very structured, easy to follow, great example for me to follow