Published

glucose-matters-3

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.

/daniellappv/glucose-matters-3/
https://datahub.io/daniellappv/glucose-matters-3/_r/-/README.md
https://datahub.io/daniellappv/glucose-matters-3/_r/-/config.json
https://datahub.io/daniellappv/glucose-matters-3/_r/-/custom.css
https://datahub.io/daniellappv/glucose-matters-3/_r/-/diabetes.csv
https://datahub.io/daniellappv/glucose-matters-3/_r/-/diabetes.md
https://datahub.io/daniellappv/glucose-matters-3/_r/-/glycemic-index-glycemic-load-foods.md
https://datahub.io/daniellappv/glucose-matters-3/_r/-/healthcare-dataset-stroke-data.csv
https://datahub.io/daniellappv/glucose-matters-3/_r/-/high-gi-foods.csv
https://datahub.io/daniellappv/glucose-matters-3/_r/-/high-gl-foods.csv
https://datahub.io/daniellappv/glucose-matters-3/_r/-/low-gi-foods.csv
https://datahub.io/daniellappv/glucose-matters-3/_r/-/low-gl-foods.csv
https://datahub.io/daniellappv/glucose-matters-3/_r/-/medium-gi-foods.csv
https://datahub.io/daniellappv/glucose-matters-3/_r/-/medium-gl-foods.csv
https://datahub.io/daniellappv/glucose-matters-3/_r/-/overview-gi.csv
https://datahub.io/daniellappv/glucose-matters-3/_r/-/overview-gl.csv
https://datahub.io/daniellappv/glucose-matters-3/_r/-/stroke-dataset.md
Key Files

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

README.mddocumentation
https://datahub.io/daniellappv/glucose-matters-3/_r/-/README.md
Typical Usage
  1. 1. Download data resources listed in the metadata file
  2. 2. Read README.md for full context

Data Previews

Stroke prediction dataset

Loading data...

Data Files

FileDescriptionSizeLast modifiedDownload
healthcare-dataset-stroke-data
Each row in the data provides relavant information about the patient.317 kB2 months ago
healthcare-dataset-stroke-data
FilesSizeFormatCreatedUpdatedLicenseSource
1317 kBabout 1 year agoKaggle

Context

According to the World Health Organization (WHO) stroke is the 2nd leading cause of death globally, responsible for approximately 11% of total deaths.

Attribute Information

  1. id: unique identifier
  2. gender: "Male", "Female" or "Other"
  3. age: age of the patient
  4. hypertension: 0 if the patient doesn't have hypertension, 1 if the patient has hypertension
  5. heart_disease: 0 if the patient doesn't have any heart diseases, 1 if the patient has a heart disease
  6. ever_married: "No" or "Yes"
  7. work_type: "children", "Govt_jov", "Never_worked", "Private" or "Self-employed"
  8. Residence_type: "Rural" or "Urban"
  9. avg_glucose_level: average glucose level in blood
  10. bmi: body mass index
  11. smoking_status: "formerly smoked", "never smoked", "smokes" or "Unknown"*
  12. stroke: 1 if the patient had a stroke or 0 if not
Note

"Unknown" in smoking_status means that the information is unavailable for this patient