Back to Freecodecamp

Introduction to Data Analysis

curriculum/challenges/english/blocks/data-analysis-with-python-course/5e9a093a74c4063ca6f7c14c.md

latest662 B
Original Source

--description--

Data analysis is the act of turning raw, messy data into useful insights by cleaning the data up, transforming it, manipulating it, and inspecting it.

More resources:

- <a href="https://www.freecodecamp.org/news/what-is-data-analysis/" rel="noopener noreferrer nofollow">News article</a>

--questions--

--text--

Which of the following is not part of Data Analysis?

--answers--

Building statistical models and data visualizations.


Picking a desired conclusion for the analysis.


Fixing incorrect values and removing invalid data.


Transforming data into an appropriate data structure.

--video-solution--

2