Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Data Wrangling on AWS

You're reading from  Data Wrangling on AWS

Product type Book
Published in Jul 2023
Publisher Packt
ISBN-13 9781801810906
Pages 420 pages
Edition 1st Edition
Languages
Authors (3):
Navnit Shukla Navnit Shukla
Profile icon Navnit Shukla
Sankar M Sankar M
Profile icon Sankar M
Sampat Palani Sampat Palani
Profile icon Sampat Palani
View More author details

Table of Contents (19) Chapters

Preface Part 1:Unleashing Data Wrangling with AWS
Chapter 1: Getting Started with Data Wrangling Part 2:Data Wrangling with AWS Tools
Chapter 2: Introduction to AWS Glue DataBrew Chapter 3: Introducing AWS SDK for pandas Chapter 4: Introduction to SageMaker Data Wrangler Part 3:AWS Data Management and Analysis
Chapter 5: Working with Amazon S3 Chapter 6: Working with AWS Glue Chapter 7: Working with Athena Chapter 8: Working with QuickSight Part 4:Advanced Data Manipulation and ML Data Optimization
Chapter 9: Building an End-to-End Data-Wrangling Pipeline with AWS SDK for Pandas Chapter 10: Data Processing for Machine Learning with SageMaker Data Wrangler Part 5:Ensuring Data Lake Security and Monitoring
Chapter 11: Data Lake Security and Monitoring Index Other Books You May Enjoy

Data cleaning

Data cleaning is an important step in the process of data wrangling. A good amount of time is spent on identifying the right data source and cleaning the data. Pandas provides a lot of functionalities for cleaning your data.

The exact activities that are required during this phase are different for each type of dataset. Certain data sources will have data that requires only minimal cleaning and certain other data sources might require a lot of cleaning activities before the dataset can be used in your project. You could also use the output of data exploration activities to understand the level of cleaning activities to be performed on the data.

Data cleansing with Pandas

In order to demonstrate the data cleaning steps, we will use the seat_type table from our database. This table only has minimal data volume, so we will insert some data before we proceed with data cleansing.

The data in seat_type looks like the screenshot here. It has three columns for the...

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}