Skip to content

Commit

Permalink
Merge pull request #42 from mkrasmus/master
Browse files Browse the repository at this point in the history
Update 01 - Data Exploration.ipynb
  • Loading branch information
GraemeMalcolm authored May 3, 2021
2 parents 88e2265 + 2abf0db commit edad4b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 01 - Data Exploration.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@
"source": [
"## Visualizing data with Matplotlib\n",
"\n",
"DataFrames provide a great way to explore and analyze tabular data, but sometimes a picture is worth a thousand rows and columns. The **Matplotlib** library provides the foundation for plotting data visualizations that can greatly enhance your ability the analyze the data.\n",
"DataFrames provide a great way to explore and analyze tabular data, but sometimes a picture is worth a thousand rows and columns. The **Matplotlib** library provides the foundation for plotting data visualizations that can greatly enhance your ability to analyze the data.\n",
"\n",
"Let's start with a simple bar chart that shows the grade of each student."
]
Expand Down

0 comments on commit edad4b2

Please sign in to comment.