Skip to content

Instantly share code, notes, and snippets.

@Planeshifter
Created August 12, 2020 14:46
Show Gist options
  • Save Planeshifter/4cd1689dd60da1a15768928f31871d10 to your computer and use it in GitHub Desktop.
Save Planeshifter/4cd1689dd60da1a15768928f31871d10 to your computer and use it in GitHub Desktop.
Diabetes Info Files
{
"name": "Diabetes Treatment Data",
"info": [
"Diabetes, a metabolic disease affecting insulin production can be managable given proper treatment.",
"In certain cases a diagnosis of diabetes is initially treated and controlled in a hospital setting.",
"To better study the treatment patterns and outcomes, we have assembled a sample of ten years of",
" clinical care at 130 U.S hospitals for patients who were admitted with diabetes."
],
"variables": {
"race": "Race of patient. One of \"Caucasian\", \"AfricanAmerican\", \"Hispanic\", \"Other\" or \"Asian\".",
"gender": "Gender identity of the patient. One of \"Female\" or \"Male\"",
"age": "Age of patient measured in years",
"staylength": "The length of the patient's hospitalization measured in days.",
"labprocedures": "The number of lab procedures performed on the patient during their stay.",
"procedures": "The number of medical procedures performed on the patient during their stay.",
"medications": "Number of medications prescribed during their stay."
}
}
@Planeshifter
Copy link
Author

Proposal for Markdown:

# Dataset Name

## Description

Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.

## Variables

- <name>: <description>
- <name>: <description>
- <name>: <description>

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment