- Hands-On Exploratory Data Analysis with Python
- Suresh Kumar Mukhiya Usman Ahmed
- 105字
- 2021-06-24 16:44:57
Data analysis
This is the most important part of EDA. This is the part where we gain insights from the data that we have.
Let's answer the following questions one by one:
How many emails did I send during a given timeframe?
At what times of the day do I send and receive emails with Gmail?
What is the average number of emails per day?
What is the average number of emails per hour?
Whom do I communicate with most frequently?
What are the most active emailing days?
What am I mostly emailing about?
In the following sections, we will answer the preceding questions.
推薦閱讀
- Vue.js 3.x快速入門
- Boost程序庫完全開發(fā)指南:深入C++”準(zhǔn)”標(biāo)準(zhǔn)庫(第5版)
- 案例式C語言程序設(shè)計(jì)
- 嵌入式軟件系統(tǒng)測(cè)試:基于形式化方法的自動(dòng)化測(cè)試解決方案
- Programming ArcGIS 10.1 with Python Cookbook
- QGIS:Becoming a GIS Power User
- Java編程技術(shù)與項(xiàng)目實(shí)戰(zhàn)(第2版)
- 打開Go語言之門:入門、實(shí)戰(zhàn)與進(jìn)階
- Visual FoxPro 6.0程序設(shè)計(jì)
- Python青少年趣味編程
- C++程序設(shè)計(jì)教程(第2版)
- Julia數(shù)據(jù)科學(xué)應(yīng)用
- Java程序設(shè)計(jì)教程
- R語言實(shí)戰(zhàn)(第2版)
- Pandas 1.x Cookbook