Back to Freecodecamp

What Is Data Visualization?

curriculum/challenges/english/blocks/lecture-introduction-to-data-visualization/695b906494aa8d03c39ec2db.md

latest2.6 KB
Original Source

--description--

Every industry, from music to healthcare, works with large and often complex datasets. These can include patient medical records, playlist trends over time, or social media engagement metrics.

To make sense of this information, businesses use a variety of tools to help their teams analyze data and make informed decisions about their products and services.

One of the most powerful tools for understanding and communicating this data is data visualization.

Data visualization creates clear, visual formats from complex data. Examples of these types of visuals include pie charts, scatter plots, bar charts, and more. Good visualizations help businesses save time identifying key information, trends, and relationships in the data.

There are many popular data visualization tools used in business, including Microsoft Excel, Power BI, Google Charts, and Tableau.

In these upcoming lessons and workshops, you’ll learn how to create interactive visualizations using the D3.js JavaScript library.

The goal of this module is to introduce you to the fundamentals of data visualization, and guide you through building your own visualizations with JavaScript.

--questions--

--text--

What is data visualization?

--answers--

A method for storing large datasets in cloud storage platforms.

--feedback--

Think about how visuals can help teams understand complex data.


A technique used to encrypt data for secure transmission.

--feedback--

Think about how visuals can help teams understand complex data.


A process of creating clear, visual formats from complex data.


A programming language used exclusively for statistical analysis.

--feedback--

Think about how visuals can help teams understand complex data.

--video-solution--

3

--text--

Which of the following is NOT an example of a commonly used data visualization tool?

--answers--

Microsoft Excel (and Power BI)

--feedback--

The wrong option is a commonly used Python IDE.


PyCharm


Google Charts

--feedback--

The wrong option is a commonly used Python IDE.


Tableau

--feedback--

The wrong option is a commonly used Python IDE.

--video-solution--

2

--text--

Which of the following is a commonly used JavaScript library for creating data visualizations?

--answers--

Django

--feedback--

Review the last part of the lesson for the answer.


D3


NumPy

--feedback--

Review the last part of the lesson for the answer.


Keras

--feedback--

Review the last part of the lesson for the answer.

--video-solution--

2