A curated collection of neuroscience and brain-related datasets for data analysis, statistical modeling, and machine learning research. Includes biomedical voice recordings, MRI brain imaging, Alzheimer's and Parkinson's disease biomarkers, epilepsy seizures, ADHD symptoms, dopamine and serotonin measurements, cognitive impairment, brain size across species, sleep studies, PTSD, migraine treatment, and more from curated R packages on CRAN.
Project description
neurodatasets
The neurodatasets package provides a curated collection of neuroscience and brain-related datasets
for data analysis, statistical modeling, and machine learning research. Includes biomedical voice recordings, MRI brain imaging,
Alzheimer's and Parkinson's disease biomarkers, epilepsy seizures, ADHD symptoms, dopamine and serotonin measurements,
cognitive impairment, brain size across species, sleep studies, PTSD, migraine treatment, and more from curated R packages on CRAN.
Installation
You can install the neurodatasets package from PyPI:
pip install neurodatasets
Usage
import neurodatasets as nd
# List all available datasets
datasets = nd.list_datasets()
print(datasets)
# Load a specific dataset
df = nd.load_dataset('encephalitis_herpes')
print(df.head())
# Describe dataset
df_01 = nd.describe('sleep_study_college')
print(df_01)
📊 Some Available Datasets
| Dataset | Description |
|---|---|
gray_matter_patterns |
This dataset contains expected patterns of gray matter derived from large-scale meta-analyses by the ENIGMA consortium. |
white_matter_patterns |
This dataset contains expected patterns of white matter derived from large-scale meta-analyses by the ENIGMA consortium. |
encephalitis_herpes |
This dataset contains cases of herpes encephalitis in children observed in Bavaria and Lower Saxony between 1980 and 1993. |
sleep_study_college |
This dataset contains data on sleep patterns and academic performance for college students. |
alzheimer_smoking |
This dataset contains smoking history and disease classification from a case-control study on Alzheimer's disease. |
brain_size_iq |
This dataset contains brain size, IQ scores and gender data from psychology students for intelligence research. |
mammal_brains |
This dataset contains brain weight, body weight, gestation length and litter size across 96 mammal species. |
chimp_brains |
This dataset contains Brodmann's area 44 asymmetry measurements in chimpanzees by sex. |
Run
neurodatasets.list_datasets()ornd.list_datasets()(usingndas alias) to see the full list of available datasets.
Disclaimer
The datasets included in neurodatasets are provided strictly for educational,
research, and informational purposes. All datasets originate from curated R packages
available on CRAN and retain their original licenses and attributions.
The author of neurodatasets makes no warranties, express or implied, regarding
the accuracy, completeness, or suitability of any dataset for a particular purpose.
Users are solely responsible for ensuring that their use of these datasets complies
with applicable laws, regulations, and ethical guidelines.
Any findings, conclusions, or decisions derived from the use of these datasets are the sole responsibility of the user. The author shall not be held liable for any direct, indirect, incidental, or consequential damages arising from the use or misuse of the datasets included in this library.
For clinical, diagnostic, or medical decision-making purposes, always consult qualified healthcare professionals.
License
The neurodatasets library is released under the GPL-3.0, which allows free use,
modification, and distribution, provided that any derivative work is also released
under the same GPL-3.0 license. See the LICENSE file for details.
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 neurodatasets-0.1.0.tar.gz.
File metadata
- Download URL: neurodatasets-0.1.0.tar.gz
- Upload date:
- Size: 1.9 MB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
6c88853c84030130ed8fdc2c0949d02d0f3f3b1f7a3429ebd2bcc3d0532e4b14
|
|
| MD5 |
344e9683b0496f3e6741f4bf5e6a05b4
|
|
| BLAKE2b-256 |
2d82bd9e9fce892503f903cd25c4a9a8d757347f90727e2d20b18a4fc033a93c
|
File details
Details for the file neurodatasets-0.1.0-py3-none-any.whl.
File metadata
- Download URL: neurodatasets-0.1.0-py3-none-any.whl
- Upload date:
- Size: 2.0 MB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.13.5
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
de6270271f573e1530de6a828017ef1dd020417e4cac1fffd4176b9c275cecec
|
|
| MD5 |
fcf47f0dfdd17a95692b17ea17d18894
|
|
| BLAKE2b-256 |
9fb2d1bdee7603e58d0473a09c8e870078ba7f74039ea956f6e21e6a6ee113f0
|