From 523b0c9c85a4d5b6adb08475fcfd27ba66a3e926 Mon Sep 17 00:00:00 2001 From: smishra-SM <58541443+smishra-SM@users.noreply.github.com> Date: Fri, 2 Oct 2020 00:53:59 +0530 Subject: [PATCH 1/2] Update README.md Added matplotlib --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 8ff2b36..604a478 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,9 @@ We don't need [a lot of libraries](https://github.com/vinta/awesome-python). We #### Data Analysis * [pandas](http://pandas.pydata.org/) - A software library for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. +#### Data Analysis +* [matplotlib](https://matplotlib.org/) - Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. + ----- ## Frameworks From 9e0bfcb2b1cd6572936629d4ae2a663cc2aaba62 Mon Sep 17 00:00:00 2001 From: smishra-SM <58541443+smishra-SM@users.noreply.github.com> Date: Fri, 2 Oct 2020 00:54:55 +0530 Subject: [PATCH 2/2] Update README.md Added matplotlib --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 604a478..a389d24 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ We don't need [a lot of libraries](https://github.com/vinta/awesome-python). We #### Data Analysis * [pandas](http://pandas.pydata.org/) - A software library for data manipulation and analysis. In particular, it offers data structures and operations for manipulating numerical tables and time series. -#### Data Analysis +#### Visualization * [matplotlib](https://matplotlib.org/) - Matplotlib is a comprehensive library for creating static, animated, and interactive visualizations in Python. -----