FOUNDATIONS OF DATA SCIENCE : CHAPTER 4 : EXAM PREPARATION : SPPU PYQ

  List the visualization libraries in python.

1)Matplotlib

2)Seaborn

3)Plotly

4)Bokeh

5)Pyplot

What is the purpose of data visualization?

Data visualization is used to represent data graphically, making complex patterns and trends more understandable. Its purposes include:

Communicating insights effectively

Identifying patterns and outliers

Supporting decision-making

Presenting data in a visually appealing manner.

-Write details notes on basic data visualization tools?

Matplotlib: A popular 2D plotting library for Python.

Seaborn: Built on Matplotlib, it provides a high-level interface for attractive and informative statistical graphics.

Tableau: A powerful and interactive data visualization tool.

-Write the tools used for geospatial data.

ArcGIS: A geographic information system for working with maps and geographic information.

QGIS (Quantum GIS): An open-source alternative for geospatial data analysis 

- Write a short note on word clouds.
Word clouds visually represent the frequency of words in a text, with the size of each word indicating its frequency. They are often used for textual data exploration and visualization.

-Explain concept and use of data visualisation.
Data visualization is the presentation of data in graphical or visual formats, making complex patterns and trends easily understandable. It conveys insights, patterns, and relationships within the data.

- Explain data visualization libraries in Python.

  1. Matplotlib:

    • A versatile 2D plotting library that provides a wide range of charts and plots.
  2. Seaborn:

    • Built on top of Matplotlib, it simplifies the creation of attractive statistical graphics.
  3. Pandas Plotting:

    • Integrated with the Pandas library, it offers a simple interface for creating basic visualizations directly from DataFrames.
  4. Plotly:

    • Enables the creation of interactive, web-based visualizations and supports various chart types.
  5. Bokeh:

    • Another library for interactive visualizations, with a focus on modern web browsers and dynamic plots.