Ironhack-data-bcn-oct-2023 / project-I-pandas

0 stars 3 forks source link

Em :) - EDA & Data wrangling #7

Open emmacunill opened 11 months ago

emmacunill commented 11 months ago

https://github.com/emmacunill/project_em.git

sh-ih commented 11 months ago

Emma,

Congrats on your first project! 🏆

Some comments:

Great work on the docstrings of your functions. To make them even better, I would recommend you avoid writing in first person (“first I transform manually the nan”) to a more neutral tone:

“Substitute NaN values for: ‘Unknown’ 15 if value is ‘‘teen” or a variation of that string 50 if value is “adult” or a variation of that string 2 if value is ‘18 months’

Your labels and axis are clearly identified. I would only suggest you to add titles, so each individual graph can be completely understood on its own. For example, for the attacks by gender, the title could be ‘Shark attacks by gender (1957 to 2018)’.

Next project won’t have as much cleaning work so you’ll be able to allocate more time to encapsulating your functions. It is a great way to improve your projects.

All in all, great job on this first project. Keep it up for the next one! đŸ’«