I am still working through my project but it’s my first attempt at an independent project, and I’m hoping to receive some tips so I can complete the project to its maximum potential. I’m very much a beginner so any advice is appreciated.
Could anyone advise on ways i can include functions in the US Medical Insurance Project? I have used some Pandas Aggregate Functions to analyse data, but am wondering how I can use other Python functions.
Many thanks.
Your best bet is to search here in the forums and see how others have gone about completing this project. Come up with some initial questions of the data, do some EDA, and write up your conclusions at the end to the analysis. Since this is your first look at this data set, know that you’ll come back to it later in the course and you will be able to use new skills that you’ve learned to analyze the data.
As for Pandas built in functions, you can always consult the docs:
https://pandas.pydata.org/docs/
1 Like