Ironhack-data-bcn-oct-2023 / project-III-geospatial-data

0 stars 5 forks source link

[ Esther ] - geospatial-data #6

Open Estherkii opened 1 year ago

Estherkii commented 1 year ago

https://github.com/Estherkii/project-III-geolocation

sh-ih commented 1 year ago

🗺️ Nice work! Some comments:

To make it easier to read, I would suggest you to use breaklines to avoid big blocks of text like the second paragraph of your Hypothesis section.

Always be very mindful of a project's requirements. In this case, part of the deliverables was: “You must provide lat and long for the new office proposals.”. You gave us the name of the company previously occupying the office, but not the coordinates. It may seem like a small thing, but you don’t want to be in the middle of your presentation searching your notebooks (because you did include it there) to get longitude and latitude of the city center after your CEO asked you for them right there and then. Better to include it right here in the README and on your slides, and not only on the html map.

Your use of subtitles and comments makes your notebooks very organized and informative.

The next step would be to concentrate the functions you already defined on .py files. You also have some for loops that need to be included inside functions so you can apply modularization/encapsulation and import those files to your notebooks to get even cleaner code.