How to improve and make the project better.
https://app.dataquest.io/c/115/m/610/guided-project%3A-prison-break/13/review
Basics.ipynb (1.9 MB)
Click here to view the jupyter notebook file in a new tab
How to improve and make the project better.
https://app.dataquest.io/c/115/m/610/guided-project%3A-prison-break/13/review
Basics.ipynb (1.9 MB)
Click here to view the jupyter notebook file in a new tab
Hello, @seunoyemakinde! Thanks for sharing your first project with the Community:)
The project needs re-work. It lacks most of the things that are necessary for a DS project like an attention-grabbing title, conclusions, answers to the questions, etc.
I advise you to read this tutorial on project style and come back later with an improved version of the project:)
Happy coding!
I agree with you @artur.sannikov96.
The project does need a review. I just completed the same project and I believe that @seunoyemakinde would be able to learn from it here
@artur.sannikov96 I have done as you have suggested. Please find updated link here
Thank you.
Hello @tosingeorge01! You’ve made a nice project that has a very clear structure (ask question - answer question). You also included the final remarks (which oftentimes are the only thing that is read by someone) and even proposed some additional questions!
And the big “wow” goes to using plotly
! You are at the beginning of your data science journey but you are already discovering and learning new libraries which is a big plus:) In addition, you learn some pandas
and use an advanced function crosstab
.
Some suggestions from my side:
[13]
you have a list of lists with years and # of escape attempts. This format is not very readable, could you come up with some other format that’s easier to read (a table maybe)?plotly
could you decrease the intensity of the colors you’ve used. You may also consider using color-blind friendly colors:)[17]
add the title and axes labels to the plot. What does it tell us? You can also skip the years with 0 attempts and tell the reason to the reader. Do the same for the plot [25]
. You can also place the bars of [25]
in descending order[26]
can you come up with a way of ordering Yes
answers so you can easily see the answer without having to scan the whole data set?Well done and good luck with your next projects! Happy coding
@Elena_Kosourova, that’s one of the best beginner-level projects I’ve ever seen. I especially admire the use of plotly
and pandas
that were not taught by DataQuest yet. You should consider it in the Community Champion programme.
This is a great catch, Artur! I’ll definitely include this project in the program for this week!