We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f4304c commit ba4ed93Copy full SHA for ba4ed93
README.md
@@ -1,3 +1,13 @@
1
-# Data-Visualization-with-Python---Coursera-Project
+## Data-Visualization-with-Python
2
+# Coursera-Project
3
4
These course materials belong entirely to Coursera. The answers are the only things that show my trials.
5
+
6
7
+Key Concepts:
8
+===============
9
+1) Use Pandas to produce a table to visualize the data.
10
+2) Produce a data plot using MatPlotLib Pyplot.
11
+3) Use Seaborn to create a scatterplot graph.
12
+4) Create a Jointplot to show distribution.
13
+5) Create a heatmap to show correlations and distributions.
0 commit comments