Search icon CANCEL
Subscription
0
Cart icon
Cart
Close icon
You have no products in your basket yet
Save more on your purchases!
Savings automatically calculated. No voucher code required
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Hands-On Data Analysis with Scala

You're reading from  Hands-On Data Analysis with Scala

Product type Book
Published in May 2019
Publisher Packt
ISBN-13 9781789346114
Pages 298 pages
Edition 1st Edition
Languages
Author (1):
Rajesh Gupta Rajesh Gupta
Profile icon Rajesh Gupta
Toc

Table of Contents (14) Chapters close

Preface 1. Section 1: Scala and Data Analysis Life Cycle
2. Scala Overview 3. Data Analysis Life Cycle 4. Data Ingestion 5. Data Exploration and Visualization 6. Applying Statistics and Hypothesis Testing 7. Section 2: Advanced Data Analysis and Machine Learning
8. Introduction to Spark for Distributed Data Analysis 9. Traditional Machine Learning for Data Analysis 10. Section 3: Real-Time Data Analysis and Scalability
11. Near Real-Time Data Analysis Using Streaming 12. Working with Data at Scale 13. Another Book You May Enjoy

Performing ad hoc analysis

We can use ad hoc analysis to learn about important properties of the data. Some of the issues that can be easily solved with the data are:

  • Statistical properties, such as mean, median, the range for numerical data
  • Distinct values for numerical as well as non-numerical data
  • The frequency of data occurrence

We can ask these questions on a sample of data or an entire dataset. With a distributed framework, such as Spark, it is quite easy and convenient to get answers to these questions. In fact, many of these frameworks have a simple API to support this. Ad hoc analysis can also be performed on the very raw data itself. In this case, some of the data transformations are applied as part of the process. The main purpose of the ad hoc analysis is to gain a quick understanding of some of the properties of the data.

We will use Spark to perform some hands...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $15.99/month. Cancel anytime}