Skip to content

Commit 8ee170e

Browse files
Modified notebooks
1 parent 1c0a9fc commit 8ee170e

22 files changed

+17096
-37
lines changed

.ipynb_checkpoints/01-Introduction to Matplotlib-checkpoint.ipynb

Lines changed: 1281 additions & 0 deletions
Large diffs are not rendered by default.

.ipynb_checkpoints/02-Matplotlib Tutorial for Beginners-checkpoint.ipynb

Lines changed: 6919 additions & 0 deletions
Large diffs are not rendered by default.

.ipynb_checkpoints/03-Seaborn Tutorial-checkpoint.ipynb

Lines changed: 917 additions & 0 deletions
Large diffs are not rendered by default.

.ipynb_checkpoints/04-Data Visualization with Pandas and Seaborn-checkpoint.ipynb

Lines changed: 1355 additions & 0 deletions
Large diffs are not rendered by default.

.ipynb_checkpoints/05-Line Plots in Python using Matplotlib-checkpoint.ipynb

Lines changed: 1151 additions & 0 deletions
Large diffs are not rendered by default.

.ipynb_checkpoints/06-Scatter Plot with Matplotlib-checkpoint.ipynb

Lines changed: 896 additions & 0 deletions
Large diffs are not rendered by default.

.ipynb_checkpoints/07-Bar Plot with Matplotlib in Python-checkpoint.ipynb

Lines changed: 752 additions & 0 deletions
Large diffs are not rendered by default.

.ipynb_checkpoints/08-Histograms with Matplotlib in Python-checkpoint.ipynb

Lines changed: 871 additions & 0 deletions
Large diffs are not rendered by default.

09-Data Visualization with Pandas - 1.ipynb renamed to .ipynb_checkpoints/09-Data Visualization with Pandas - Part 1-checkpoint.ipynb

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@
55
"id": "happy-roulette",
66
"metadata": {},
77
"source": [
8-
"# Data Visualization with Pandas - 1"
8+
"# Data Visualization with Pandas - Part 1"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"id": "e78f3940",
14+
"metadata": {},
15+
"source": [
16+
"Hi Guys, Welcome to [Tirendaz Academy](https://youtube.com/c/tirendazacademy) 😀\n",
17+
"</br>\n",
18+
"In this notebook, I'm going to talk about data visualization with Matplotlib.\n",
19+
"</br>\n",
20+
"Happy learning 🐱‍🏍 "
921
]
1022
},
1123
{
@@ -855,13 +867,13 @@
855867
"id": "corresponding-creator",
856868
"metadata": {},
857869
"source": [
858-
"Don't forget to follow on [Tirendaz Academy YouTube](https://www.youtube.com/channel/UCFU9Go20p01kC64w-tmFORw), [Twitter](https://twitter.com/TirendazAcademy), [Medium](https://tirendazacademy.medium.com), [GitHub](https://github.com/TirendazAcademy) and [LinkedIn](https://www.linkedin.com/in/tirendaz-academy)"
870+
"Don't forget to follow us on [YouTube](http://youtube.com/tirendazacademy) | [Medium](http://tirendazacademy.medium.com) | [Twitter](http://twitter.com/tirendazacademy) | [GitHub](http://github.com/tirendazacademy) | [Linkedin](https://www.linkedin.com/in/tirendaz-academy) | [Kaggle](https://www.kaggle.com/tirendazacademy) 😎"
859871
]
860872
}
861873
],
862874
"metadata": {
863875
"kernelspec": {
864-
"display_name": "Python 3",
876+
"display_name": "Python 3 (ipykernel)",
865877
"language": "python",
866878
"name": "python3"
867879
},
@@ -875,7 +887,7 @@
875887
"name": "python",
876888
"nbconvert_exporter": "python",
877889
"pygments_lexer": "ipython3",
878-
"version": "3.8.5"
890+
"version": "3.8.12"
879891
}
880892
},
881893
"nbformat": 4,

10-Data Visualization with Pandas - 2.ipynb renamed to .ipynb_checkpoints/10-Data Visualization with Pandas - Part 2-checkpoint.ipynb

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,19 @@
55
"id": "norman-jacob",
66
"metadata": {},
77
"source": [
8-
"# Data Visualization with Pandas in Action - 2"
8+
"# Data Visualization with Pandas - Part 2"
9+
]
10+
},
11+
{
12+
"cell_type": "markdown",
13+
"id": "e47020b2",
14+
"metadata": {},
15+
"source": [
16+
"Hi Guys, Welcome to [Tirendaz Academy](https://youtube.com/c/tirendazacademy) 😀\n",
17+
"</br>\n",
18+
"In this notebook, I'm going to talk about data visualization with Matplotlib.\n",
19+
"</br>\n",
20+
"Happy learning 🐱‍🏍 "
921
]
1022
},
1123
{
@@ -1016,13 +1028,13 @@
10161028
"id": "concerned-vietnam",
10171029
"metadata": {},
10181030
"source": [
1019-
"Don't forget to follow on [Tirendaz Academy YouTube](https://www.youtube.com/channel/UCFU9Go20p01kC64w-tmFORw), [Twitter](https://twitter.com/TirendazAcademy), [Medium](https://tirendazacademy.medium.com), [GitHub](https://github.com/TirendazAcademy) and [LinkedIn](https://www.linkedin.com/in/tirendaz-academy)"
1031+
"Don't forget to follow us on [YouTube](http://youtube.com/tirendazacademy) | [Medium](http://tirendazacademy.medium.com) | [Twitter](http://twitter.com/tirendazacademy) | [GitHub](http://github.com/tirendazacademy) | [Linkedin](https://www.linkedin.com/in/tirendaz-academy) | [Kaggle](https://www.kaggle.com/tirendazacademy) 😎"
10201032
]
10211033
}
10221034
],
10231035
"metadata": {
10241036
"kernelspec": {
1025-
"display_name": "Python 3",
1037+
"display_name": "Python 3 (ipykernel)",
10261038
"language": "python",
10271039
"name": "python3"
10281040
},
@@ -1036,7 +1048,7 @@
10361048
"name": "python",
10371049
"nbconvert_exporter": "python",
10381050
"pygments_lexer": "ipython3",
1039-
"version": "3.8.5"
1051+
"version": "3.8.12"
10401052
}
10411053
},
10421054
"nbformat": 4,

0 commit comments

Comments
 (0)