A package for wrangling IPEDS data
Project description
ipeds-wrangler
What it does
The United States National Center for Education Statistics (NCES) maintains the Integrated Postsecondary Education Data System (IPEDS). Each year, IPEDS collects data from approximately 6,000 institutions, representing more than 15 million students. These data can enable many institutional research projects, such as: benchmarking against peer institutions, tracking enrollment trends, and analyzing graduation rates. However, IPEDS data can be challenging to wrangle into actionable insights - especially for Python users.
This package is new, but ipeds-wrangler will enable Python users to:
- Webscrape IPEDS databases and convert key tables to CSV files with
download_ipeds_databases. - Search IPEDS databases efficiently with
search_ipeds_databases. - Gather data for benchmarking against peer institutions with
wrangle_ipeds_benchmarking_data. - Convert numerical categorical variables into user-friendly text with
convert_ipeds_data- coming soon! - Visualize trends and benchmark against peer institutions with
visualize_ipeds_trends- coming soon!
Get started
Install the package:
pip install ipeds-wrangler
Download IPEDS databases:
from ipeds_wrangler import download_ipeds_databases
# Download the most recent 4 years of IPEDS databases to your Desktop
download_ipeds_databases()
# Or specify a custom directory name
download_ipeds_databases(download_directory="my_ipeds_data")
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file ipeds_wrangler-0.1.2.tar.gz.
File metadata
- Download URL: ipeds_wrangler-0.1.2.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
1059780349c8a263d4e91f1bf68443822f51e25f0a2160ba5951ad11d7bb1911
|
|
| MD5 |
f340c143d77723759e57e299ca66f1de
|
|
| BLAKE2b-256 |
e5ab7d6b427d38d22e51ca82a024841c1d3b6cc5ad36e9fe4e56b2784de8cc6b
|
File details
Details for the file ipeds_wrangler-0.1.2-py3-none-any.whl.
File metadata
- Download URL: ipeds_wrangler-0.1.2-py3-none-any.whl
- Upload date:
- Size: 9.6 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.2
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
626a91527b06d7f39b7540a1bf376194371f11eee17c74ab303102d5fefee647
|
|
| MD5 |
810783451757d88a1756ada4f28cffef
|
|
| BLAKE2b-256 |
d6e7fbd75811efa00a1e33f3efd67f8d86d09449d4bd28fae8fd4310665c32e2
|