|
18 | 18 | "Table of Contents\n",
|
19 | 19 | "=================\n",
|
20 | 20 | "\n",
|
21 |
| - " * [1. Importing Libraries](##-1.-Importing-Libraries)\n", |
| 21 | + " 1. Importing Libraries\n", |
22 | 22 | " \n",
|
23 | 23 | " \n",
|
24 |
| - " * [2. Reading-in Data](#-2-Reading-in-Data)\n", |
| 24 | + " 2. Reading-in Data\n", |
25 | 25 | " \n",
|
26 | 26 | " \n",
|
27 |
| - " * [3. Seaborn Library](#3-Seaborn-Library)\n", |
28 |
| - " * [3.1 Distribution Plots](##-3.1-Plotting-Univariate-Distributions)\n", |
29 |
| - " * [3.1.1 Histograms](###-3.1.2-Histograms)\n", |
30 |
| - " * [3.1.2 Kernel Density Estimate (KDE) Plot](###-3.1.3-Kernel-Density-Estimate-%28KDE%29-Plot)\n", |
31 |
| - " * [3.1.3 Empirical Cumulative Distribution Functions (ECDF)](###-3.1.4-Empirical-Cumulative-Distribution-Functions-%28ECDF%29)\n", |
32 |
| - " * [3.1.4 Distribution Plots onto a Facet Grid](###-4.3.4-Distribution-Plots-onto-a-Facet-Grid)\n", |
33 |
| - " * [3.2 Relational Plots](###-3.2-Relational-Plots)\n", |
34 |
| - " * [3.2.1 Line Plots](###-3.2.1-Line-Plots)\n", |
35 |
| - " * [3.2.2 Scatter Plot](###-3.2.2-Scatter-Plot) \n", |
36 |
| - " * [3.2.3 Relational Plots onto a Facet Grid](###-3.2.3-Relational-Plots-onto-a-Facet-Grid)\n", |
37 |
| - " * [3.3 Joint Grids](##-4.3-Joint-Grids) \n", |
38 |
| - " * [3.3.1 Scatter Plot](###-3.3.1-Scatter-Plot)\n", |
39 |
| - " * [3.3.2 Hexagonal Bin Plots](###-3.3.2-Hexagonal-Bin-Plots) \n", |
40 |
| - " * [3.3.3 Kernel Density Estimate (KDE) Plot](###-3.3.4-Kernel-Density-Estimate-%28KDE%29-Plot)\n", |
41 |
| - " * [3.4 Visualizing Pairwise Relationships in a Dataset](##-3.4-Visualizing-Pairwise-Relationships-in-a-Dataset)\n", |
42 |
| - " * [3.5 Heat Map](##-3.5-Heat-Map)\n", |
43 |
| - " * [3.6 Categorial Plots](##-3.6-Categorial-Plots)\n", |
44 |
| - " * [3.6.1 Count Plots](###3.6.1-Count-Plots)\n", |
45 |
| - " * [3.6.2 Bar Plots](###-3.6.2-Bar-Plots)\n", |
46 |
| - " * [3.6.3 Scatter Plots](###3.6.3-Scatter-Plots)\n", |
47 |
| - " * [3.6.4 Swarm Plots](###-3.6.4-Swarm-Plots)\n", |
48 |
| - " * [3.6.5 Box Plots](###-3.6.5-Box-Plots)\n", |
49 |
| - " * [3.6.6 Boxen Plots](###-3.6.6-Boxen-Plots)\n", |
50 |
| - " * [3.6.7 Violin Plots](###-3.6.7-Violin-Plots)\n", |
51 |
| - " * [3.6.8 Point Plots](###-3.6.8-Point-Plots)\n", |
52 |
| - " * [3.6.9 Facets](###3.6.9-Facets) \n", |
| 27 | + " 3. Seaborn Library\n", |
| 28 | + " * 3.1 Distribution Plots\n", |
| 29 | + " * 3.1.1 Histograms\n", |
| 30 | + " * 3.1.2 Kernel Density Estimate (KDE) Plot\n", |
| 31 | + " * 3.1.3 Empirical Cumulative Distribution Functions (ECDF)\n", |
| 32 | + " * 3.1.4 Distribution Plots onto a Facet Grid\n", |
| 33 | + " \n", |
| 34 | + " * 3.2 Relational Plots\n", |
| 35 | + " * 3.2.1 Line Plots\n", |
| 36 | + " * 3.2.2 Scatter Plot\n", |
| 37 | + " * 3.2.3 Relational Plots onto a Facet Grid\n", |
| 38 | + " \n", |
| 39 | + " * 3.3 Joint Grids\n", |
| 40 | + " * 3.3.1 Scatter Plot\n", |
| 41 | + " * 3.3.2 Hexagonal Bin Plots \n", |
| 42 | + " * 3.3.3 Kernel Density Estimate (KDE) Plot\n", |
| 43 | + " \n", |
| 44 | + " * 3.4 Visualizing Pairwise Relationships in a Dataset\n", |
| 45 | + " \n", |
| 46 | + " * 3.5 Heat Map\n", |
| 47 | + " \n", |
| 48 | + " * 3.6 Categorial Plots\n", |
| 49 | + " * 3.6.1 Count Plots\n", |
| 50 | + " * 3.6.2 Bar Plots\n", |
| 51 | + " * 3.6.3 Scatter Plots\n", |
| 52 | + " * 3.6.4 Swarm Plots\n", |
| 53 | + " * 3.6.5 Box Plots\n", |
| 54 | + " * 3.6.6 Boxen Plots\n", |
| 55 | + " * 3.6.7 Violin Plots\n", |
| 56 | + " * 3.6.8 Point Plots\n", |
| 57 | + " * 3.6.9 Facets \n", |
53 | 58 | " \n",
|
54 | 59 | " \n",
|
55 |
| - " * [4. pandas and Matplotlib Libraries](#4-Pandas-and-Matplotlib-Libraries)\n", |
56 |
| - " * [4.1 Line Plot](##-4.1-Line-Plot)\n", |
57 |
| - " * [4.2 Bar Plot](##-4.2-Bar-Plot)\n", |
58 |
| - " * [4.3 Histogram](##-4.3-Histogram)\n", |
59 |
| - " * [4.4 Box Plot](##-4.4-Box-Plot)\n", |
60 |
| - " * [4.5 Kernel Density Estimate (KDE) Plot](##-4.5-Kernel-Density-Estimate-%28KDE%29-Plot)\n", |
61 |
| - " * [4.6 Area Plot](##-4.6-Area-Plot)\n", |
62 |
| - " * [4.7 Scatter Plot](##-4.7-Scatter-Plot)\n", |
63 |
| - " * [4.8 Hexagonal Bin Plot](##-4.8-Hexagonal-Bin-Plot)\n", |
64 |
| - " * [4.9 Pie Plot](##-4.9-Pie-Plot)\n", |
| 60 | + " 4. pandas and Matplotlib Libraries\n", |
| 61 | + " * 4.1 Line Plot\n", |
| 62 | + " * 4.2 Bar Plot\n", |
| 63 | + " * 4.3 Histogram\n", |
| 64 | + " * 4.4 Box Plot\n", |
| 65 | + " * 4.5 Kernel Density Estimate (KDE) Plot\n", |
| 66 | + " * 4.6 Area Plot\n", |
| 67 | + " * 4.7 Scatter Plot]\n", |
| 68 | + " * 4.8 Hexagonal Bin Plot]\n", |
| 69 | + " * 4.9 Pie Plot\n", |
65 | 70 | " \n",
|
66 | 71 | " \n",
|
67 |
| - " * [5. Conclusion](#-4.-Conclusion)" |
| 72 | + " 5. Conclusion" |
68 | 73 | ]
|
69 | 74 | },
|
70 | 75 | {
|
|
0 commit comments