Skip to content

Instantly share code, notes, and snippets.

@cj2001
Last active February 10, 2021 00:14
Show Gist options
  • Save cj2001/f29d549aadce6b69a35f0fa436072547 to your computer and use it in GitHub Desktop.
Save cj2001/f29d549aadce6b69a35f0fa436072547 to your computer and use it in GitHub Desktop.
Query arXiv Neo4j to list
result = conn.query(query_string)
for record in result:
print(record['c.category'], record['inDegree'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment