CIRP Freshmen Survey

1,385
0
Updated:
Files:3
Size:92.4 kB
Formats:csv

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 Files

Explore with AI

freshmen-survey

Download

Download CSV

About

Survey of Full-Time Freshmen by Institutional Type
Last updated
9 February 2026
Total rows
...
Format
CSV
File size
74.3 kB

institutions

Download

Download CSV

About

Institutions Participating in the 2014 CIRP Freshman Survey
Last updated
9 February 2026
Total rows
...
Format
CSV
File size
16.7 kB

standard-errors

Download

Download CSV

About

Estimated Standard Errors of Percentages for Comparison Groups of Various Sizes
Last updated
9 February 2026
Total rows
...
Format
CSV
File size
1.4 kB

About this dataset

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)