generated from mwc/project_argument
	argument.ipynb proposal.md brfss_2020_cleaned.csv
This commit is contained in:
		@@ -21,7 +21,8 @@
 | 
			
		||||
   "id": "greater-circular",
 | 
			
		||||
   "metadata": {},
 | 
			
		||||
   "source": [
 | 
			
		||||
    "## Overarching Question: [✏️ PUT YOUR QUESTION HERE ✏️]"
 | 
			
		||||
    "## Overarching Question: \n",
 | 
			
		||||
    "I want to know about what relationship exists, if any, between an adult (18 +) person's age and their weight (I'll use metric).\n"
 | 
			
		||||
   ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
@@ -42,7 +43,7 @@
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
   "cell_type": "code",
 | 
			
		||||
   "execution_count": null,
 | 
			
		||||
   "execution_count": 2,
 | 
			
		||||
   "id": "technical-evans",
 | 
			
		||||
   "metadata": {},
 | 
			
		||||
   "outputs": [],
 | 
			
		||||
@@ -54,17 +55,26 @@
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
   "cell_type": "code",
 | 
			
		||||
   "execution_count": null,
 | 
			
		||||
   "execution_count": 8,
 | 
			
		||||
   "id": "overhead-sigma",
 | 
			
		||||
   "metadata": {},
 | 
			
		||||
   "outputs": [],
 | 
			
		||||
   "outputs": [
 | 
			
		||||
    {
 | 
			
		||||
     "ename": "SyntaxError",
 | 
			
		||||
     "evalue": "invalid syntax (998608375.py, line 6)",
 | 
			
		||||
     "output_type": "error",
 | 
			
		||||
     "traceback": [
 | 
			
		||||
      "\u001b[0;36m  Cell \u001b[0;32mIn[8], line 6\u001b[0;36m\u001b[0m\n\u001b[0;31m    df = pd.(dataset_path)\u001b[0m\n\u001b[0m            ^\u001b[0m\n\u001b[0;31mSyntaxError\u001b[0m\u001b[0;31m:\u001b[0m invalid syntax\n"
 | 
			
		||||
     ]
 | 
			
		||||
    }
 | 
			
		||||
   ],
 | 
			
		||||
   "source": [
 | 
			
		||||
    "### 💻 FILL IN YOUR DATASET FILE NAME BELOW 💻 ###\n",
 | 
			
		||||
    "\n",
 | 
			
		||||
    "file_name = \"YOUR_DATASET_FILE_NAME.csv\"\n",
 | 
			
		||||
    "dataset_path = \"data/\" + file_name\n",
 | 
			
		||||
    "file_name = \"brfss_2020_cleaned.csv\"\n",
 | 
			
		||||
    "dataset_path = \"data/brfss_2020_cleaned.csv\"\n",
 | 
			
		||||
    "\n",
 | 
			
		||||
    "df = pd.read_csv(dataset_path)"
 | 
			
		||||
    "df = pd.(dataset_path)"
 | 
			
		||||
   ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
@@ -82,9 +92,11 @@
 | 
			
		||||
   "id": "continental-franklin",
 | 
			
		||||
   "metadata": {},
 | 
			
		||||
   "source": [
 | 
			
		||||
    "**Data Overview**\n",
 | 
			
		||||
    "\n",
 | 
			
		||||
    "*✏️ Write 2-3 sentences describing this dataset. Be sure to include where the data comes from and what it contains.*"
 | 
			
		||||
    "I'm trying to find out at what age, on average, do people experience a dramatic\n",
 | 
			
		||||
    "weight gain or loss, if at all?\n",
 | 
			
		||||
    "I'm curious to find out if such a dramatic increase or decrease in weight can\n",
 | 
			
		||||
    "be captured in a one-time snapshot database, where individuals are NOT tracked \n",
 | 
			
		||||
    "over a period of time, but ONLY once."
 | 
			
		||||
   ]
 | 
			
		||||
  },
 | 
			
		||||
  {
 | 
			
		||||
@@ -310,7 +322,7 @@
 | 
			
		||||
   "name": "python",
 | 
			
		||||
   "nbconvert_exporter": "python",
 | 
			
		||||
   "pygments_lexer": "ipython3",
 | 
			
		||||
   "version": "3.9.7"
 | 
			
		||||
   "version": "3.12.3"
 | 
			
		||||
  },
 | 
			
		||||
  "toc": {
 | 
			
		||||
   "base_numbering": 1,
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user