A Python package that provides a curated collection of real-world data sets centered on themes of equity, diversity and inclusion (EDI). These data sets are intended to support teaching, learning, and analysis by offering meaningful and socially relevant data that can be used in data science workflows.
Project description
diversedata 
diversedata is a Python package that provides a curated collection of real-world data sets centered on themes of equity, diversity and inclusion (EDI). These data sets are intended to support teaching, learning, and analysis by offering meaningful and socially relevant data that can be used in data science workflows.
Each data set includes contextual background and documentation to support thoughtful exploration. Example use cases are included to demonstrate practical applications in R and Python are available on the website.
For more information, please visit: https://diverse-data-hub.github.io/
Installation
The diversedata Python package can be installed via pip:
pip install diversedata
Usage
Once installed, you can explore the available data sets and their documentation:
import diversedata as dd
# List available datasets
dd.list_available_datasets()
# View documentation for a specific dataset
dd.print_data_description('wildfire')
# To load a dataset and save it to an object:
df = dd.load_data('wildfire')
Package Dependencies
This package has the following dependency:
pandas>=2.3.1
Please note that this dependency will be installed automatically when pip installing the diversedata package.
Contributing
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
License
diversedata was created by Katie Burak, Elham E. Khoda, and Stephanie Ta. It is licensed under the terms of the MIT license and Creative Commons Attribution 4.0 International license.
Data sets used in this project are licensed by their respective original creators, as indicated on each data set’s individual page. These data sets may have been adapted for use within this project.
Credits
diversedata was created with cookiecutter and the py-pkgs-cookiecutter template.
Project details
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 diversedata-1.0.3.tar.gz.
File metadata
- Download URL: diversedata-1.0.3.tar.gz
- Upload date:
- Size: 1.4 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
11903aba3a6b566c4c32dd1e1f791b56cc4c5982816cf767bcfce1a54c8ccacd
|
|
| MD5 |
9e06695970ae66b27ed05782c77d5f5b
|
|
| BLAKE2b-256 |
4992aa8b6c3377bc3baa496c238fa46407c31ba2c3d3fe3dd2316f00232c4c34
|
File details
Details for the file diversedata-1.0.3-py3-none-any.whl.
File metadata
- Download URL: diversedata-1.0.3-py3-none-any.whl
- Upload date:
- Size: 1.4 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.1.0 CPython/3.13.7
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e9697bf4072497d9877d8ad97812ce23ac194ded29b39f775a12b32cdb6d996f
|
|
| MD5 |
a59b32098fbcd9fad42fc2160f440c6c
|
|
| BLAKE2b-256 |
7c46b14fed2c184fd9006ecd187c60d87dc74ad5452777f41a85676a05374ba2
|