Baselight
Sign In

Query Result

Loading...Loading chart...
1SELECT repository, SUM(added) + SUM(deleted) AS changes, SUM(commits) AS commits, (SUM(added)+SUM(deleted))/SUM(commits) AS avg_commit_size
2FROM @jsoares.sandbox.github_stats_csv
3WHERE repository IN ('dns', 'devops', 'blt', 'blt-frontend', 'datasets-tooling')
4GROUP BY repository
5ORDER BY 4 ASC
repositorychangescommitsavg_commit_size
dns9624820.041666666666668
devops5429575871.62928759894459
datasets-tooling56819239237.73640167364016
blt196312595329.9361344537815
blt-frontend7281561808402.7411504424779

Share link

Anyone who has the link will be able to view this.