Open foscanit opened 1 year ago
You did great on this project! Some comments:
Repository You have a nice organization and folder structure and the names of your image files are descriptive, so anyone can get an idea of what they will find when opening each graph.
Acquisition and enrichment of database You created a very interesting database and it was a great idea to limit your analysis to one genre. Knowing how to limit a project can be hard, but it is a very relevant skill.
Reporting Keep creating such clear and organized notebooks. Using titles and subtitles, as well as the comments you added to your code, help you and anyone that reads your repo.
One way to improve your notebooks is to include your analysis and conclusions on your notebook too, as a markdown cell. Most of that info is in your README but it is always useful to include it alongside your code too, to have all your work in one notebook that can work as your complete report.
The inclusion of visualizations alongside your analysis and conclusions is great. You are really getting the storytelling part. Keep working on it! It is one of the best abilities you can have as a data analyst: to know how to present your results in a way that captures your audience’s attention.
https://github.com/foscanit/Project-2
Not sure if it's a good project but I worked and learned a lot, specially about function encapsulation.