Btibert3 / pypeds

Python package to facilitate and standardize enrollment science within higher education and Enrollment Management
https://www.linkedin.com/pulse/introducing-pypeds-brock-tibert/
GNU General Public License v3.0
9 stars 6 forks source link

Consider edu APIS #10

Open Btibert3 opened 4 years ago

Btibert3 commented 4 years ago

For example, this is a pretty nice interface into the API via an R package.

https://github.com/UrbanInstitute/education-data-package-r

Benefit to the API over full datasets and filter?

Btibert3 commented 4 years ago

Example code:

devtools::install_github('UrbanInstitute/education-data-package-r')
library(educationdata)
dat = get_education_data(level='college-university', 
                         source = 'ipeds', 
                         topic='admissions-enrollment',
                         filters = list(year=2001:2017))

parses through the years, which is great, but only 9 columns of data, which you could argue is enough. Worth considering adding this into the package given the breadth of data covered