Question: https://developer.github.com/v3/repos/statistics/#get-the-last-year-of-commit-activity-data I need to code and graph it on python. what week last year had the greatest number of commits? please explain. Using the github
https://developer.github.com/v3/repos/statistics/#get-the-last-year-of-commit-activity-data I need to code and graph it on python. "what week last year had the greatest number of commits"? please explain.
Using the github API, we want you to retrieve some information for us about one of our favorite Open-source tools, d3js. The main repository for this javascript data visualization library is called d3'. It was created by Mike Bostock, whose username is mbostock, but the repositories are now owned within a github organization, which is also called "d3 We are curious about activity in the d3 github repository over the past year. Please use the API to retrieve the last year's history of commits to the repo. What week in the last year had the greatest number of commits? Provide the week and a brief sentence walking us through how you solved this question. You will submit your code in the next question ANSWER Using the github API, we want you to retrieve some information for us about one of our favorite Open-source tools, d3js. The main repository for this javascript data visualization library is called d3'. It was created by Mike Bostock, whose username is mbostock, but the repositories are now owned within a github organization, which is also called "d3 We are curious about activity in the d3 github repository over the past year. Please use the API to retrieve the last year's history of commits to the repo. What week in the last year had the greatest number of commits? Provide the week and a brief sentence walking us through how you solved this question. You will submit your code in the next
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts

