From 21ca7abd6c62b9e9597a37d83c249c2005212ca4 Mon Sep 17 00:00:00 2001 From: Jim Nasby Date: Thu, 26 May 2016 18:36:40 -0500 Subject: [PATCH] Fix typo s/asd/and/ --- .../Exploring Data with Python using Jupyter Notebooks.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/exploring_data/Exploring Data with Python using Jupyter Notebooks.ipynb b/exploring_data/Exploring Data with Python using Jupyter Notebooks.ipynb index f94269e..1455a23 100644 --- a/exploring_data/Exploring Data with Python using Jupyter Notebooks.ipynb +++ b/exploring_data/Exploring Data with Python using Jupyter Notebooks.ipynb @@ -592,7 +592,7 @@ "2. These cities do not differ much! Average income per room is roughly the same in each city.\n", "\n", "The takeaway (this is usually the takeaway), is two-fold:\n", - "1. Your data is probably not as clean asd pretty as you'd like, and\n", + "1. Your data is probably not as clean and pretty as you'd like, and\n", "2. Often your assumptions about what you will find are just plain wrong.\n", "\n", "... Seeing this now changes the direction I was planning to head. That's why we do EDA!\n",