|
13 | 13 | "cell_type": "markdown", |
14 | 14 | "metadata": {}, |
15 | 15 | "source": [ |
16 | | - "# Table of Contents\n", |
17 | | - " - [Introduction to Libraries](#Introduction-to-Libraries)\n", |
18 | | - " - [Why are libraries important?](#Why-are-libraries-important?)\n", |
19 | | - " - [Finding the right Library](#Finding-the-right-Library)\n", |
20 | | - " - [What is Pandas?](#What-is-Pandas?)\n", |
21 | | - " - [Why We Need Pandas with Python](#Why-We-Need-Pandas-with-Python)\n", |
22 | | - " - [How to use a library](#How-to-use-a-library)\n", |
23 | | - " - [Installing a library](#Installing-a-library)\n", |
24 | | - " - [Importing the library](#Importing-the-library)\n", |
25 | | - " - [Accessing its functions](#Accessing-its-functions)\n", |
26 | | - " - [Getting help and inspiration](#Getting-help-and-inspiration)\n", |
27 | | - " - [First step: Data import and exploration](#First-step:-Data-import-and-exploration)\n", |
28 | | - " - [Exercise reading in data](#Exercise-reading-in-data)\n", |
29 | | - " - [Playground](#Playground)\n", |
30 | | - " - [Data exploration](#Data-exploration)\n", |
31 | | - " - [Building the plot from the scratch](#Building-the-plot-from-the-scratch)\n", |
32 | | - " - [Steps:](#Steps:)\n", |
33 | | - " - [Finding the limits <a name=\"limits\"></a>](#Finding-the-limits-<a-name=\"limits\"></a>)\n", |
34 | | - " - [Cleaning missing values <a name=\"clean\"></a>](#Cleaning-missing-values-<a-name=\"clean\"></a>)\n", |
35 | | - " - [Exercise: Complete Happiness](#Exercise:-Complete-Happiness)\n", |
36 | | - " - [Adding regional indicator <a name=\"adding\"></a>](#Adding-regional-indicator-<a-name=\"adding\"></a>)\n", |
37 | | - " - [Exercise: Final Happiness](#Exercise:-Final-Happiness)\n", |
38 | | - " - [Plotting basic scatter plot <a name=\"scatter\"></a>](#Plotting-basic-scatter-plot-<a-name=\"scatter\"></a>)\n", |
39 | | - " - [Making frames per year <a name=\"frames\"></a>](#Making-frames-per-year-<a-name=\"frames\"></a>)\n", |
40 | | - " - [Adding slider bar for time scale <a name=\"slider\"></a>](#Adding-slider-bar-for-time-scale-<a-name=\"slider\"></a>)\n", |
41 | | - " - [Adding pause-play button <a name=\"button\"></a>](#Adding-pause-play-button-<a-name=\"button\"></a>)\n", |
42 | | - " - [Using bubble size as a variable <a name=\"size\"></a>](#Using-bubble-size-as-a-variable-<a-name=\"size\"></a>)\n", |
43 | | - " - [Classify into categories <a name=\"color\"></a>](#Classify-into-categories-<a-name=\"color\"></a>)\n", |
44 | | - " - [Exercise Frames with category](#Exercise-Frames-with-category)\n", |
45 | | - " - [Bonus Exercise Fixing a library](#Bonus-Exercise-Fixing-a-library)\n", |
46 | | - " - [References:](#References:)" |
| 16 | + "## Table of Contents\n", |
| 17 | + "- [Why are libraries important?](#Why-are-libraries-important?)\n", |
| 18 | + "- [Finding the right Library](#Finding-the-right-Library)\n", |
| 19 | + " - [What is Pandas?](#What-is-Pandas?)\n", |
| 20 | + " - [Why We Need Pandas with Python](#Why-We-Need-Pandas-with-Python)\n", |
| 21 | + " - [How to use a library](#How-to-use-a-library)\n", |
| 22 | + " - [Installing a library](#Installing-a-library)\n", |
| 23 | + " - [Importing the library](#Importing-the-library)\n", |
| 24 | + " - [Accessing its functions](#Accessing-its-functions)\n", |
| 25 | + " - [Getting help and inspiration](#Getting-help-and-inspiration)\n", |
| 26 | + "- [First step: Data import and exploration](#First-step:-Data-import-and-exploration)\n", |
| 27 | + "- [Exercise reading in data](#Exercise-reading-in-data)\n", |
| 28 | + "- [Playground](#Playground)\n", |
| 29 | + " - [Data exploration](#Data-exploration)\n", |
| 30 | + "- [Building the plot from the scratch](#Building-the-plot-from-the-scratch)\n", |
| 31 | + "- [Steps:](#Steps:)\n", |
| 32 | + "- [Finding the limits <a name=\"limits\"></a>](#Finding-the-limits-<a-name=\"limits\"></a>)\n", |
| 33 | + "- [Cleaning missing values <a name=\"clean\"></a>](#Cleaning-missing-values-<a-name=\"clean\"></a>)\n", |
| 34 | + " - [Exercise: Complete Happiness](#Exercise:-Complete-Happiness)\n", |
| 35 | + "- [Adding regional indicator <a name=\"adding\"></a>](#Adding-regional-indicator-<a-name=\"adding\"></a>)\n", |
| 36 | + " - [Exercise: Final Happiness](#Exercise:-Final-Happiness)\n", |
| 37 | + "- [Plotting basic scatter plot <a name=\"scatter\"></a>](#Plotting-basic-scatter-plot-<a-name=\"scatter\"></a>)\n", |
| 38 | + "- [Making frames per year <a name=\"frames\"></a>](#Making-frames-per-year-<a-name=\"frames\"></a>)\n", |
| 39 | + " - [Adding slider bar for time scale <a name=\"slider\"></a>](#Adding-slider-bar-for-time-scale-<a-name=\"slider\"></a>)\n", |
| 40 | + "- [Adding pause-play button <a name=\"button\"></a>](#Adding-pause-play-button-<a-name=\"button\"></a>)\n", |
| 41 | + "- [Using bubble size as a variable <a name=\"size\"></a>](#Using-bubble-size-as-a-variable-<a-name=\"size\"></a>)\n", |
| 42 | + "- [Classify into categories <a name=\"color\"></a>](#Classify-into-categories-<a-name=\"color\"></a>)\n", |
| 43 | + " - [Exercise Frames with category](#Exercise-Frames-with-category)\n", |
| 44 | + " - [Bonus Exercise Fixing a library](#Bonus-Exercise-Fixing-a-library)\n", |
| 45 | + " - [References:](#References:)" |
47 | 46 | ] |
48 | 47 | }, |
49 | 48 | { |
|
1281 | 1280 | ], |
1282 | 1281 | "metadata": { |
1283 | 1282 | "kernelspec": { |
1284 | | - "display_name": "python-tutorial", |
| 1283 | + "display_name": "Python 3 (ipykernel)", |
1285 | 1284 | "language": "python", |
1286 | 1285 | "name": "python3" |
1287 | 1286 | }, |
|
1295 | 1294 | "name": "python", |
1296 | 1295 | "nbconvert_exporter": "python", |
1297 | 1296 | "pygments_lexer": "ipython3", |
1298 | | - "version": "3.10.17" |
| 1297 | + "version": "3.12.10" |
1299 | 1298 | } |
1300 | 1299 | }, |
1301 | 1300 | "nbformat": 4, |
|
0 commit comments