Looking for some feedback on my SQL Guided Project. What can I do to make it more accessible/readable? What can I improve in terms of analysis?
Last mission screen of project: https://app.dataquest.io/m/257/guided-project%3A-analyzing-cia-factbook-data-using-sql/7/next-steps
Notebook: Basics.ipynb (18.5 KB)
Click here to view the jupyter notebook file in a new tab
1 Like
Thanks for sharing your project @keblaine
Having taken a quick review of the project I suggest the following:
-
It is important you document your code. You may start with a brief introduction about the purpose of the analysis and a description of the data used for the analysis. Then document the specific tasks in the project. See this community post: Some guidelines for the guided or personal projects
-
Your SQL coding style is okay but it may be improved. Have a look at the SQL Style guide here: Detailed Guides to make your Projects Professional!
Thanks!
2 Likes