Skip to content

Commit e154553

Browse files
authored
Update README.md basics
1 parent eb6f70b commit e154553

File tree

1 file changed

+43
-1
lines changed

1 file changed

+43
-1
lines changed

README.md

Lines changed: 43 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,43 @@
1-
# data-visualization-with-python
1+
<h1 align="center"> Data Visualization with Python </h1>
2+
3+
The purpose of this repository is to serve as a reference guide for creating various types of data visualizations using Python. Upon completion, it will feature over 25 visualizations, utilizing more than 5 datasets, some of which will be scraped from websites.
4+
5+
<p align="center"> <img src="https://www.columnfivemedia.com/wp-content/uploads/2021/03/Data-visualization-design-1.png" alt="Dataviz" width="50%" height="10%"/> </a> </p>
6+
7+
## Technologies used
8+
9+
- Python
10+
11+
#### Python Libraries used
12+
13+
- Matplolib
14+
- Pandas
15+
- NumPy
16+
- Seaborn
17+
18+
#### Datasets from:
19+
20+
https://archive-beta.ics.uci.edu/
21+
22+
23+
## Data Visualizations:
24+
25+
#### Dataset: xx
26+
27+
#### Dataviz 01 - A Scatter Plot represents the relationship between two variables
28+
29+
<p align="center"> <img src="https://miro.medium.com/max/1400/1*djZTOosKmShKUJWCuPFMNQ.png" alt="Dataviz 01" width="50%" height="10%"/> </a> </p>
30+
31+
Insights:
32+
33+
#### Dataviz 02 - Scatter Plot showing the relationship between two variables with the points colored based on categories of a third variable.
34+
35+
<p align="center"> <img src="https://miro.medium.com/max/1400/1*djZTOosKmShKUJWCuPFMNQ.png" alt="Dataviz 01" width="50%" height="10%"/> </a> </p>
36+
37+
Insights:
38+
39+
## Contact me 🔗 👇
40+
41+
<a href="https://github.com/soareseric/" target="blank"><img align="center" src="https://img.shields.io/github/followers/soareseric?label=Follow&style=social&link=https://github.com/soareseric/" alt="EricSoares" height="20" width="90" /></a>
42+
<a href="https://www.linkedin.com/in/eric-soares-maciel" target="blank"><img align="center" src="https://img.shields.io/badge/-EricSoares-blue?style=flat-square&logo=Linkedin&logoColor=white&link=https://www.linkedin.com/in/eric-soares-maciel/" alt="EricSoares" height="20" width="100" /></a>
43+

0 commit comments

Comments
 (0)