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

0 stars 3 forks source link

PATRICIA S-PROYECTO 1 #22

Open psaeztorres opened 1 year ago

psaeztorres commented 1 year ago

https://github.com/psaeztorres/PROJECT-1.git

sh-ih commented 1 year ago

Patricia,

Congrats on your first project! 🏆

Some comments:

You are missing the .gitignore file that was requested. You may not have needed here, but creating the .gitignore is one of the first steps on every project so you can keep all your working files on your local repo, but don't push them to Github.

To avoid the Unnamed: 0 column on your csv, you need to add the index parameter: final_sharks.to_csv("../data/final_sharks.csv", index=False)

Sometimes we have been working for so long with the data that we are clear on what act_class means, for example. But for someone seeing this for the first time it may be easier to see “Activity when attacked” or something similar to understand in an instant what the graph is about.

To complete the analysis on your notebook, it would have been nice to include a paragraph or two with your conclusion/answer to each of your questions, alongside your graphs, to show your interpretation of the results.

Here is one of example Fernando shared (https://github.com/Ironhack-data-bcn-oct-2023/lectures/blob/main/how-to/readme/readme-examples/graham-project-I.md).

Please try to improve your Readme. A great project can get overlook when the Readme is lacking information. The Readme is the opportunity to quickly show the results of all the work you did.

The link to the presentation you added to the Readme is not useful, because it is a local file path (the C:// is from your computer). To share files, always upload them somewhere so anyone can access them.. In this case, you can upload your pptx file to your Google Drive and then use that link on your READme.

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