Skip to content

Instantly share code, notes, and snippets.

@gourneau
Created February 21, 2017 06:38
Show Gist options
  • Save gourneau/a9da1e0eba71e045791cda1cbb7ef32a to your computer and use it in GitHub Desktop.
Save gourneau/a9da1e0eba71e045791cda1cbb7ef32a to your computer and use it in GitHub Desktop.
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