veeralakrishna / DataCamp-Project-Solutions-Python

DataCamp Project Solutions
https://www.datacamp.com/profile/veeralakrishna
Other
359 stars 143 forks source link

Changes #5

Closed Chirag529 closed 10 months ago

Chirag529 commented 10 months ago

Hello @veeralakrishna, Sorry for directly mentioning you like this, but I have updated the "A Visual History of Nobel Prize Winners" project. Here are the changes that I made.

  1. README File: Added a readme file, outlining an in-depth portrayal of project, it's key findings and conclusion.
  2. Requirements File: Added a requirements.txt file containing all the essential pre-requisites for running the program successfully.
  3. Data Cleaning and Pre-processing: I've added some Data Cleaning and Pre-processing logic to ensure that datasets are accurate, consistent, and ready for further analysis.
  4. Enhancement in Question 2: Resolved a problem in Question 2 where only the top ten countries were displayed, ignoring other important statistics such as prize share and winner's gender. To ensure thorough and accurate visualization of the necessary data, the problem was corrected.
  5. Resolution of Question 3, Part 1: Addressed an issue in Question 3, Part 1, where the displayed table was not rendering as expected. This has now been resolved.
  6. Question 6 clarification: Improved the code to retrieve and show information on the first woman to receive the Nobel Prize.

If you believe that these modifications will be beneficial, please accept this PR request. Thank you very much.