Skip to content

Commit

Permalink
Grammar fixes
Browse files Browse the repository at this point in the history
Minor grammatic fixes
  • Loading branch information
mmphego authored Mar 2, 2021
1 parent 2c308e9 commit 84b30a4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 01 - Data Exploration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"source": [
"# Exploring Data with Python\n",
"\n",
"A significant part of a a data scientist's role is to explore, analyze, and visualize data. There's a wide range of tools and programming languages that they can use to do this; and of the most popular approaches is to use Jupyter notebooks (like this one) and Python.\n",
"A significant part of a data scientist's role is to explore, analyze, and visualize data. There's a wide range of tools and programming languages that they can use to do this, and of the most popular approaches is to use Jupyter notebooks (like this one) and Python.\n",
"\n",
"Python is a flexible programming language that is used in a wide range of scenarios; from web applications to device programming. It's extremely popular in the data science and machine learning community because of the many packages it supports for data analysis and visualization.\n",
"\n",
Expand All @@ -23,7 +23,7 @@
"\n",
"## Exploring data arrays with NumPy\n",
"\n",
"Lets start by looking at some simple data.\n",
"Let's start by looking at some simple data.\n",
"\n",
"Suppose a college takes a sample of student grades for a data science class.\n",
"\n",
Expand Down Expand Up @@ -1558,4 +1558,4 @@
},
"nbformat": 4,
"nbformat_minor": 2
}
}

0 comments on commit 84b30a4

Please sign in to comment.