- Hands-On Exploratory Data Analysis with Python
- Suresh Kumar Mukhiya Usman Ahmed
- 251字
- 2021-06-24 16:44:47
The significance of EDA
Different fields of science, economics, engineering, and marketing accumulate and store data primarily in electronic databases. Appropriate and well-established decisions should be made using the data collected. It is practically impossible to make sense of datasets containing more than a handful of data points without the help of computer programs. To be certain of the insights that the collected data provides and to make further decisions, data mining is performed where we go through distinctive analysis processes. Exploratory data analysis is key, and usually the first exercise in data mining. It allows us to visualize data to understand it as well as to create hypotheses for further analysis. The exploratory analysis centers around creating a synopsis of data or insights for the next steps in a data mining project.
EDA actually reveals ground truth about the content without making any underlying assumptions. This is the fact that data scientists use this process to actually understand what type of modeling and hypotheses can be created. Key components of exploratory data analysis include summarizing data, statistical analysis, and visualization of data. Python provides expert tools for exploratory analysis, with pandas for summarizing; scipy, along with others, for statistical analysis; and matplotlib and plotly for visualizations.
That makes sense, right? Of course it does. That is one of the reasons why you are going through this book. After understanding the significance of EDA, let's discover what are the most generic steps involved in EDA in the next section.
- Oracle從入門到精通(第3版)
- 高手是如何做產品設計的(全2冊)
- Python 深度學習
- Android Application Development Cookbook(Second Edition)
- Java程序設計與實踐教程(第2版)
- Python貝葉斯分析(第2版)
- 區塊鏈技術與應用
- 代替VBA!用Python輕松實現Excel編程
- Raspberry Pi Robotic Projects(Third Edition)
- Building Serverless Architectures
- C語言程序設計
- Learning C++ by Creating Games with UE4
- ROS機器人編程實戰
- SQL Server 2008實用教程(第3版)
- 優化驅動的設計方法