Skip to content

Commit

Permalink
Merge pull request #2 from kszu/kszu-patch-2
Browse files Browse the repository at this point in the history
Removed some unnecessary variables
  • Loading branch information
kszu authored Aug 7, 2018
2 parents 5dad94a + bc867a8 commit f94a158
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions react_deps.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,4 @@

deps_export.to_csv('/Users/keenanszulik/Documents/bigquery_react_deps.csv')

lics = proj[['Name','Platform','Licenses','Dependent Repositories Count']].dropna()
agpl = lics[lics['Licenses'].str.contains('AGPL')]
agpl = agpl.sort_values('Dependent Repositories Count', ascending = False)

print(deps_fb.loc[deps_fb['Repo Name'] == 'react/facebook'])

0 comments on commit f94a158

Please sign in to comment.