Skip to content

Instantly share code, notes, and snippets.

@trevismd
Last active July 7, 2021 19:23
Show Gist options
  • Save trevismd/1e01207a131ebb2f58be951ad901162c to your computer and use it in GitHub Desktop.
Save trevismd/1e01207a131ebb2f58be951ad901162c to your computer and use it in GitHub Desktop.
Tech projects and subcategories
tech = dataset.loc[(dataset.Category=='Technology'), :]
print_n_projects(tech, 'Technology')
print_projects_by(tech, 'ID', 'count')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment