Created
February 21, 2017 06:38
-
-
Save gourneau/a9da1e0eba71e045791cda1cbb7ef32a to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import pandas as pd | |
import json | |
with open("acs.json") as git_json: | |
git = json.load(git_json) | |
df = pd.DataFrame(git["gitinspector"]["blame"]["authors"]) | |
df["rows"].sum() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment