Skip to content

Commit 16321b0

Browse files
committed
complete conclusion
1 parent 01551ad commit 16321b0

File tree

2 files changed

+24
-2
lines changed

2 files changed

+24
-2
lines changed

.ipynb_checkpoints/Practice with DataTypes-checkpoint.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
"cell_type": "markdown",
5656
"metadata": {},
5757
"source": [
58-
"Yea, he may not be the best person to get to know. But we know that when people fill out forms, they misenter information all of the time. And as data scientists, we need skills to clean and organize that data. So let's get to work."
58+
"Yea, he may not be the best person to get to know. But we know that when people fill out forms, they misenter information all of the time. As a celebrity once said, \"I'm really getting into the Internet lately, I just wish it were more organized.\"\n",
59+
"\n",
60+
"And as data scientists, we also see the need of organizing and cleaning data to then make sense of it. So let's get to work."
5961
]
6062
},
6163
{
@@ -345,6 +347,15 @@
345347
"source": [
346348
"Your first lab done! Sweet. In this lab, you practiced working with string methods to operate on and answer questions about strings. You wrote methods that return Booleans. And you changed strings to an `int` to then perform addition. So much of working with data, is ensuring that our data is properly formatted so we can then operate on it and in this lab you saw how to use code to just that."
347349
]
350+
},
351+
{
352+
"cell_type": "code",
353+
"execution_count": null,
354+
"metadata": {
355+
"collapsed": true
356+
},
357+
"outputs": [],
358+
"source": []
348359
}
349360
],
350361
"metadata": {

Practice with DataTypes.ipynb

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,9 @@
5555
"cell_type": "markdown",
5656
"metadata": {},
5757
"source": [
58-
"Yea, he may not be the best person to get to know. But we know that when people fill out forms, they misenter information all of the time. And as data scientists, we need skills to clean and organize that data. So let's get to work."
58+
"Yea, he may not be the best person to get to know. But we know that when people fill out forms, they misenter information all of the time. As a celebrity once said, \"I'm really getting into the Internet lately, I just wish it were more organized.\"\n",
59+
"\n",
60+
"And as data scientists, we also see the need of organizing and cleaning data to then make sense of it. So let's get to work."
5961
]
6062
},
6163
{
@@ -345,6 +347,15 @@
345347
"source": [
346348
"Your first lab done! Sweet. In this lab, you practiced working with string methods to operate on and answer questions about strings. You wrote methods that return Booleans. And you changed strings to an `int` to then perform addition. So much of working with data, is ensuring that our data is properly formatted so we can then operate on it and in this lab you saw how to use code to just that."
347349
]
350+
},
351+
{
352+
"cell_type": "code",
353+
"execution_count": null,
354+
"metadata": {
355+
"collapsed": true
356+
},
357+
"outputs": [],
358+
"source": []
348359
}
349360
],
350361
"metadata": {

0 commit comments

Comments
 (0)