Skip to content

Latest commit

 

History

History
26 lines (14 loc) · 1005 Bytes

README.md

File metadata and controls

26 lines (14 loc) · 1005 Bytes

Data-Visualization

Data visualization is the graphical representation of information and data. By using visual elements like charts, graphs, and maps, data visualization tools provide an accessible way to see and understand trends, outliers, and patterns in data.

Intro to seaborn

Seaborn is a Python data visualization library based on matplotlib. It provides a high-level interface for drawing attractive and informative statistical graphics.

check here

Line charts

Visualizing trends over time

check here

Bar charts and heatmaps

Using color or length to compare categories in a dataset

check here

Scatter plots

Leveraging the coordinate plane to explore relationships between variables

check here