Open mianzg opened 6 months ago
This is a very nice report that completes beyond all the required items in the Required Items. Awesome!
The figures and tables are clear and informative and the report is very clear. I would like to give some detailed feedbacks since your skills look like intermediate.
Technical
colnames()
with a vector of names to set them. Then it's about to create these new column names, I researched a bit, and this is my approach
prefix <- c("rural_", "urban_", "national_")
types <- c("basic", "limited", "unimproved", "surfacewater")
combinations <- dplyr::arrange(expand.grid(prefix = prefix, types = types), prefix) # this will create all possible combinations of the two vectors
paste0(combinations$prefix, combinations$types)
relocate
functions. I understand that you would like to have the column positions in a certain way, but is it really needed? I rarely saw doing so many operations if it doesn't affect the analysis. Or consider to do it at the very end. @adnanwijayarso We would like to extend this project either into an openwashdata blog or a data package if you are interested! The latter usually requires an original dataset but your selection and combination of the existing data really showcases an interesting and unique perspective. That means, we will develop an R data package that you will be an author. You and others can directly use a tidy version of the data in R later. Please let us know if you are interested in a discussion! @margauxgo @larnsce
Hello @mianzg, thank you for the detailed feedback! Sorry, it's been a while since you posted it.
Also, I'm excited for this project to be developed further, thank you for the offer! Let's set up a discussion, let me know what I need to do on my end!
@adnanwijayarso Congrats again on accomplishing your capstone project! We are happy that you went through the course with us and applied the skills in the project.
I am reviewing your project on "Drinking Water Service Level and Gross Domestic Product (GDP) per capita in ASEAN Countries: A Comparative Study". Note that my review does not have any assessment on the writing content of the report, but I did enjoy reading it and learnt new stuff.
Please find the detailed feedback in the next section.