Updated

CIRP Freshmen Survey

742
691

CIRP survey of the american freshmen conducted in 2014. Contains student's opinions on various matters as well as information about institutions participating in a survey. Data comes from The Coope...

API Access

Access dataset files directly from scripts, code, or AI agents.

Browse dataset files
Dataset Files

Each file has a stable URL (r-link) that you can use directly in scripts, apps, or AI agents. These URLs are permanent and safe to hardcode.

/core/cirp-survey-of-freshmen/
https://datahub.io/core/cirp-survey-of-freshmen/_r/-/README.md
https://datahub.io/core/cirp-survey-of-freshmen/_r/-/archive/TheAmericanFreshman2014.pdf
https://datahub.io/core/cirp-survey-of-freshmen/_r/-/data/freshmen-survey.csv
https://datahub.io/core/cirp-survey-of-freshmen/_r/-/data/institutions.csv
https://datahub.io/core/cirp-survey-of-freshmen/_r/-/data/standard-errors.csv
https://datahub.io/core/cirp-survey-of-freshmen/_r/-/datapackage.json
Key Files

Start with these files — they give you everything you need to understand and access the dataset.

datapackage.jsonmetadata & schema
https://datahub.io/core/cirp-survey-of-freshmen/_r/-/datapackage.json
README.mddocumentation
https://datahub.io/core/cirp-survey-of-freshmen/_r/-/README.md
Typical Usage
  1. 1. Fetch datapackage.json to inspect schema and resources
  2. 2. Download data resources listed in datapackage.json
  3. 3. Read README.md for full context

Data Previews

freshmen-survey

Loading data...

Schema

nametypeformat
Surveystringdefault
All Bacc Institutionsnumberdefault
4-yr Coll(Baccalaureate Institutions)numberdefault
Universities(Baccalaureate Institutions)numberdefault
Public 4-year Collegesnumberdefault
Private 4-year Collegesnumberdefault
Nonsec 4-year Collegesnumberdefault
Catholic 4-year Collegesnumberdefault
Oth Relig 4-year Collegesnumberdefault
Public Universitiesnumberdefault
Private Universitiesnumberdefault
All HBCUnumberdefault
Public HBCUnumberdefault
Private HBCUnumberdefault

institutions

Loading data...

Schema

nametypeformat
ACEanydefault
Institutionstringdefault
Citystringdefault
Statestringdefault
Stratification Cellstringdefault
Included in National Normsstringdefault

standard-errors

Loading data...

Schema

nametypeformat
Unweighted size of comparison groupsintegerdefault
1%numberdefault
5%numberdefault
10%numberdefault
15%numberdefault
20%numberdefault
25%numberdefault
30%numberdefault
35%numberdefault
40%numberdefault
45%numberdefault
50%numberdefault

Data Files

FileDescriptionSizeLast modifiedDownload
freshmen-survey
Survey of Full-Time Freshmen by Institutional Type74.3 kBabout 1 month ago
freshmen-survey
institutions
Institutions Participating in the 2014 CIRP Freshman Survey16.7 kBabout 1 month ago
institutions
standard-errors
Estimated Standard Errors of Percentages for Comparison Groups of Various Sizes1.4 kBabout 1 month ago
standard-errors
FilesSizeFormatCreatedUpdatedLicenseSource
392.4 kBcsvover 1 year ago

badge

CIRP survey of the american freshmen conducted in 2014. Contains student's opinions on various matters as well as information about institutions participating in a survey.

Data

Data comes from The Cooperative Institutional Research Program (CIRP) administered by the Higher Education Research Institute at UCLA https://www.heri.ucla.edu/monographs/TheAmericanFreshman2014.pdf

It consists of several types of information:

  1. Information obtained from the survey of freshmen about their opinions, politics,race, wealth, social status etc in file freshmen_survey.csv
  2. Information about institutions participating in the 2014 CIRP Freshman Survey in file institutions.csv
  3. Estimated standard errors of percentages for comparison groups of various sizes in file standard_errors.csv

Preparation

The script works with python 3. To install required modules run

pip install -r scripts/requirements.txt

Also make note that java must also be installed on the system. To get the final data, use script process.py to extract resources from the file TheAmericanFreshman2014.pdf. The script splits the document into pages and parses tables which are then merged into three resources.

to get freshmen_survey.csv, institutions.csv, standard_errors.csv
scripts/process.py

License

Public Domain Dedication and License (PDDL)