- R Data Science Essentials
- Raja B. Koushik Sharan Kumar Ravindran
- 261字
- 2021-07-23 14:37:53
Chapter 2. Exploratory Data Analysis
Exploratory data analysis is a very important topic in the field of data analysis. It is an approach of analyzing the data and summarizing the main characteristics of the dataset. The main objective of exploratory data analysis is to check various hypotheses in order to get a better understanding about the dataset.
Exploratory data analysis includes many statistical techniques and visual and nonvisual analysis. When your study has to be communicated with peers as well as with other audience with non-data science backgrounds, it is advisable to use a lot of visual techniques that help in better communications.
Some of the expectations out of exploratory data analysis are getting insights out of the data, extracting the important variables in the dataset (depending on the problem to be solved), identifying the outliers in the data, and getting results of various testing hypotheses. These results play a very important role in how to solve the business problems, and if it is a modeling problem, then deciding on which model to use and how to apply it to the dataset for enhanced accuracy.
In this chapter, you will learn how to perform exploratory data analysis starting with getting a generalized view on the data, analysis of one variable at a time, then bi-variable analysis, and finally, analyzing multiple variables to get a better understanding on interdependencies.
The topics that will be covered in this chapter are as follows:
- Titanic dataset
- Descriptive statistics
- Inferential statistics
- Univariate analysis
- Bivariate analysis
- Multivariate analysis (scatter plot with segments, heatmap, and tabulation)
- 演進式架構(原書第2版)
- Oracle WebLogic Server 12c:First Look
- C程序設計簡明教程(第二版)
- 摩登創客:與智能手機和平板電腦共舞
- Mastering SVG
- 少年輕松趣編程:用Scratch創作自己的小游戲
- Learning RabbitMQ
- Python Game Programming By Example
- 深入淺出Windows API程序設計:編程基礎篇
- Mastering Google App Engine
- AMP:Building Accelerated Mobile Pages
- Python 3快速入門與實戰
- HTML5+CSS3+jQuery Mobile+Bootstrap開發APP從入門到精通(視頻教學版)
- JSP程序設計與案例教程
- Building Probabilistic Graphical Models with Python