Skip to content

chasealanbrown/open_academic_graph

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Open Academic Graph

~ Day project for Secret Santa ~

This package makes a simple interface to a locally downloaded version of the Open Academic Graph dataset.

(insert citation, licenses, etc to OAG here)

Example Usage:

import open_academic_graph as oag
db = oag.Database()

# Random sample of papers from the microsoft Academic Search Database
sample_papers_df = db.sample("mag_papers_0")

# Query the author table from the database
author_df = db.query("select * from mag_authors_0 limit 1000")

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages