vifactor / repostat

Inspired by gitstats project: git repository desktop analyzer
GNU General Public License v3.0
106 stars 13 forks source link

Use GitAuthors.summary to build authors table in report #121

Closed vifactor closed 4 years ago

vifactor commented 4 years ago

Instead of loop over authors and special dictionary for jinja2 template

# iterate through each row and select  
# 'Name' and 'Age' column respectively. 
for index, row in df.iterrows(): 
    print (row["Name"], row["Age"])