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

0 stars 3 forks source link

Junior - Shark Attack #11

Open linharesjunior opened 11 months ago

linharesjunior commented 11 months ago

https://github.com/linharesjunior/project-I.git

sahernandezr commented 10 months ago

Your repo is giving me a 404 error. COuld you check the privacy settings? Because it may be set to private

sh-ih commented 10 months ago

Congrats on your first project! 🏆

Some comments:

You are missing the required .gitignore. It is always a good idea to include it in all your projects. For example, you could add the .ipynb_checkpoints folder to your .gitignore so it doesn’t get pushed to your repo, because those files are not useful to anyone but you.