Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started