Search icon
Subscription
0
Cart icon
Close icon
You have no products in your basket yet
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Python Data Mining Quick Start Guide

You're reading from  Python Data Mining Quick Start Guide

Product type Book
Published in Apr 2019
Publisher Packt
ISBN-13 9781789800265
Pages 188 pages
Edition 1st Edition
Languages
Concepts
Author (1):
Nathan Greeneltch Nathan Greeneltch
Profile icon Nathan Greeneltch

Table of Contents (9) Chapters

Preface 1. Data Mining and Getting Started with Python Tools 2. Basic Terminology and Our End-to-End Example 3. Collecting, Exploring, and Visualizing Data 4. Cleaning and Readying Data for Analysis 5. Grouping and Clustering Data 6. Prediction with Regression and Classification 7. Advanced Topics - Building a Data Processing Pipeline and Deploying It 8. Other Books You May Enjoy

Collecting, Exploring, and Visualizing Data

As a first step, it is important to understand how to acquire data and how to access it in computer memory. Once data is loaded, sound practices for exploration can save time downstream. This chapter will start by showing you how to interact with different data sources such as databases, disks, and streaming. Despite the practicality of these topics, many new analysts overlook them. Indeed, you cannot actually do any work if you cannot get past this beginning step. The second half of the chapter will introduce you to Seaborn for visualizing data, and then recommend types of plots for relevant and popular problem statements.

The following topics will be covered in this chapter:

  • Types of data sources and loading into pandas
  • Access, search, and sanity checks with pandas
  • Basic plotting in Seaborn
  • Relevant types of plots for visualizing...
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}