What is Visualization of data in Data Science? | Basics of Data visualization, needs and ways of data visualization
What is visualization of data? |
What is Visualization of data?
- Data visualization is one of the steps in Data science process.
- Data can be structured / unstructured.
- Representing data in a visual manner (points/ lines/ charts/graphs) such that people will be able to understand is the main idea of data visualization.
- Different patterns, trends, correlations can be represented in visual or graphical manner with which data understanding can be enhanced.
- It helps to explore data and to communicate clear and precise information
- It also helps to analyze data of company/ organization etc.
Why do we need to visualize data?
- Data visualization is used in business intelligence and for business analytics purposes.
- It can help to get the company various useful insights which can be useful for predicting future trends.
- Huge data can be represented in a small space.
Where can we use Data visualization?
Let us consider for a website, data visualization is used to find
- Performance of an ad campaign.
- New visitor vs returning visitor. (pie chart)
- Gender (pie chart)
- Age group of visitors (Bar graph)
- Sales performance over a time period (Bar graph)
- Correlation between buying a coke and pizza (scatter plot can be used)
Ways of Visualization?
- Line Chart
- Scatter Plot
- Pie Chart
- Bar Chart
- Histogram Plot
- Area Plot
Python Library used?
- Matplotlib
- seaborn
- Bokeh
- ggplot
Tools for Visualization?
- Tableau
- Excel
Learn Data Visualization using matplotlib library in Python CLICK HERE