Docsity
Docsity

Prepare for your exams
Prepare for your exams

Study with the several resources on Docsity


Earn points to download
Earn points to download

Earn points by helping other students or get them with a premium plan


Guidelines and tips
Guidelines and tips

data visualization (basics), Schemes and Mind Maps of Data Acquisition

This document introduces the importance of data visualization in data science. It explains how visual perception is faster and more efficient than cognition, and how data visualization takes advantage of this. The document also lists some Python libraries for data visualization, such as Matplotlib and Seaborn, and explains the benefits of Bokeh, a Python library for interactive visualization. Additionally, it introduces HoloViews, Datashader, and Folium, which are other visualization tools. some code examples for Matplotlib, Seaborn, and yt.

Typology: Schemes and Mind Maps

2021/2022

Available from 06/25/2023

parth-pethkar
parth-pethkar 🇮🇳

6 documents

1 / 35

Toggle sidebar

This page cannot be seen from the preview

Don't miss anything!

bg1
UNIT - II
Statistics for Data Science
SCHOOL OF Mechanical ENGINEERING AND TECHNOLOGY
Data Visualization
T. Y. BTECH
UNIT IV
pf3
pf4
pf5
pf8
pf9
pfa
pfd
pfe
pff
pf12
pf13
pf14
pf15
pf16
pf17
pf18
pf19
pf1a
pf1b
pf1c
pf1d
pf1e
pf1f
pf20
pf21
pf22
pf23

Partial preview of the text

Download data visualization (basics) and more Schemes and Mind Maps Data Acquisition in PDF only on Docsity!

UNIT - II

Statistics for Data Science

SCHOOL OF Mechanical ENGINEERING AND TECHNOLOGY

Data Visualization

T. Y. BTECH

UNIT IV

UNIT IV-Syllabus

  • Data Visualization

Introduction to data visualization , Data for data graphics, Human

Perception and Information Processing , Data Transformation into sources

of knowledge through visual representation , The evaluation of the quality

  • of visualizations and info graphics

Data Visualization tools: Python libraries for visualization, Tableau,

Plotly ,Case Study

Common general

types of data

visualization:

Charts

Tables

Graphs

Maps

Infographics

Dashboards

More specific examples of methods to visualize data:

Area Chart

  • Bar Chart
  • Box-and-whisker Plots

Bubble Cloud

Bullet Graph

Cartogram

  • Circle View

Dot Distribution Map

Gantt Chart

Heat Map

  • Highlight Table
  • Histogram

Matrix

Network

Polar Area

  • Radial Tree

Scatter Plot (2D or 3D)

Streamgraph

Text Tables

  • Timeline
  • Treemap

Wedge Stack Graph

Word Cloud

Data visualization

Data visualization for human perception

  • As the saying goes, “a picture is worth a thousand

words”; this is true when a story is told graphically, with

a strong design, instead of verbally. For example, you

could stare at a table of numbers all day and never see

what would otherwise be very obvious to notice while

looking at the same numbers graphically well

represented.

  • Bokeh is a Python library for interactive visualization

that targets web browsers for representation. This is the

core difference between Bokeh and other visualization

libraries.