I still was not able to run my code, Professer Emma said she can run it on her end but the software keep asking me to pick a kernel and none of my tries on that would work, so im just submitted it without running it

This commit is contained in:
mollychi
2025-11-09 17:42:43 -05:00
parent cd30ebdc37
commit 73ce9180c9
2 changed files with 56 additions and 7 deletions

View File

@@ -61,10 +61,10 @@
"source": [
"### 💻 FILL IN YOUR DATASET FILE NAME BELOW 💻 ###\n",
"\n",
"file_name = \"swiftie.csv\"\n",
"file_name = \"swiftie2.csv\"\n",
"dataset_path = \"data/\" + file_name\n",
"\n",
"swiftie = pd.read_csv(\"swiftie.csv\")"
"swiftie = pd.read_csv(\"swiftie2.csv\")"
]
},
{
@@ -236,11 +236,9 @@
"*It's important to recognize the limitations of our research.\n",
"Consider the following:*\n",
"\n",
"- *Do the results give an accurate depiction of your research question? Why or why not?*\n",
"- *What were limitations of your datset?*\n",
"- *Are there any known biases in the data?*\n",
"\n",
"✏️ *Write your answer below:*"
"- My results give an okay depiction of the swiftie community as the survery asked 50 people all of which im not friends(so there is no bias)\n",
"- The limitations are that i ONLY asked 50 people, the more people you ask the more reliable the data is\n",
"- I dont know of any biases that exist in this data\n"
]
},
{