Open fls808 opened 1 year ago
Feedback from best team:
The most elegant solution in the project was: Standardizing column names for all the datasets, using a dictionary. You transferred the different column names to a standard set, facilitating the merging of different data.
The hardest section of code in the project to understand was: The dropdown widget could have had more explanation, to explain its purpose and use. For example, why use a widget instead of selecting the relevant rows/columns.
This part of the project could be better documented: (explain what) For the same reason as above, the widget aspect could have been better explained. The heat map could have been better explained, and may not be the most informative or the best way to demonstrate the correlation. However, overall, I think the comments were quite informative.
An idea for an improvement/clarification could be: (explain what and why) Loops could have been employed for the first section of the code. For example, when adding a new column to each dataset to store the respective year, a for loop could have been used instead of writing very similar code 5 times.
An idea for an extension could be: (explain what and why) Other plots visualising the different correlations. The scatter plot was nice and informative, but I think more could be explored than just with the heat map. Perhaps exploring other correlations with data from the other columns too.
Very good!
The most elegant solution in the project was:
The hardest section of code in the project to understand was:
This part of the project could be better documented: (explain what)
An idea for an improvement/clarification could be: (explain what and why)
An idea for an extension could be: (explain what and why)