Dirty Data Dojo: Cleaning Data (Excel & Python) (The Course)
Course Info
This course includes 1 attempt.
***NOTE***
This course is about cleaning data in Excel and Python.
If you're looking for a data cleaning course in Excel and R, you can find what you're looking for here:
https://leanpub.com/c/dirtydatadojo-cleaningdata-excel-r
Description
Data analysts, statisticians and Data Scientists typically spend 80% of their time cleaning data before they can get started on the analysis and, depending on the dataset, this process can often take up to two weeks to complete!
With a solid process and the right tricks of the trade, though, datasets – irrespective of their size – can be rendered analysis-ready in just a couple of hours.
In Dirty Data Dojo: Cleaning Data, you’re a statistician in a busy research-active teaching hospital.
Most days you will have researchers coming into your office to give you a new dataset in Microsoft Excel that they wish you to analyse, and they often have short deadlines – usually within 2 weeks.
The problem you have is that no dataset you’re given is ever analysis-ready, and you need to clean and prepare each one before you can get started, a process that often takes up to 2 weeks to complete manually – for every dataset!
At this stage, you’re no doubt thinking to yourself that this is an impossible situation and is unrealistic.
Au contraire! This was the precise situation your author found himself in, and in 8 years in the job he never missed a deadline. EVER!
The key is in finding ways to automate your data handling processes as much as possible, and Dirty Data Dojo: Cleaning Data is designed to teach you all the necessary principles you need to fast-track your data handling process to get any dataset analysis-ready in just a couple of hours.
You will learn the concepts in Excel as it is a non-threatening, familiar medium that everyone starts with when handling data.
You will also be encouraged to grow beyond Excel and create and submit your own code using Python and the Pandas library (optional) so you will have data cleaning and preparation skills to die for!
(Important Note - I won't formally teach the concepts in Python, but I will point you in the right direction with code hints).
Here’s a quick rundown of what you’re going to learn:
- Step 1: you’ll learn the features of what makes a good dataset and – more importantly – a bad one!
- Step 2: you’ll learn how to remove all unwanted spaces from your dataset in one second!
- Step 3: you’ll learn how to standardise the case of text entries in one epic ninja move
- Step 4: you’ll learn all the essential steps in cleaning numerical and text data
- Step 5: you’ll learn the precise order in which you should apply all these techniques
Is This Course Right For Me?
Data collected from many sources is often dirty and needs to be cleaned before analysis can begin – especially data collected non-electronically. Data handling, cleaning, processing and understanding are crucial aspects of any type of data analysis, Data Science or statistics job.
Dirty Data Dojo: Cleaning Data does not require a technical background and is therefore accessible to researchers, business analysts and anyone analysing data – the data handling processes in this course can be applied to data from any sector, not just medical data.
There are no pre-requisites for Dirty Data Dojo: Cleaning Data, but a basic understanding of the principles of data and Microsoft Excel would be an advantage, as would a basic grounding in Python and Pandas.
The principles contained in this course, while essential skills for all types of data analysis, are not difficult to learn. As such, Dirty Data Dojo: Cleaning Data is classified as ‘For Beginners’ – although even the more advanced analyst will also find huge benefits to learning how to super-speed their data cleaning processes!
Upon completion of Dirty Data Dojo: Cleaning Data, the successful student will be able to transform datasets from dirty to analysis-ready in hours rather than weeks – irrespective of the size of dataset*.
The student will learn to clean and prepare data in the following technologies:
- Microsoft Excel
- Pandas library in Python (optional)
*Note – in Dirty Data Dojo: Cleaning Data we will only consider ‘Small Data’, that is, data that is small enough to fit into a single Excel spreadsheet – 1,048,576 rows by 16,384 columns. Datasets larger than this require specialist tools and methodologies that are outside the scope of Dirty Data Dojo: Cleaning Data.
Content
Suitable for beginners to cleaning data, in this course you’ll learn to ‘play’ with your data, learning what you can and – more importantly – can’t do with it.
Each lesson starts with a quick question to get your mental juices flowing, then you’ll dive straight into the data. There will be LOTS of playing and practising with data, and you’ll learn by doing.
In this course you will get:
- Around 2 hours of video content
- Over 2 hours of practice exercises
- Excel is used as a learning tool, but the lessons learned are transferable to other media
- The student will be encouraged to write their own Python scripts (optional)
- Data files are provided for the student to practice with
- Practical learning experience with real data
Course Outline
1. Anatomy of a Good Excel Workbook
- Here you’ll learn how to set up an Excel workbook to version-control data cleaning and create ‘flow’ to your data cleaning processes across several worksheets
- (1 hour)
2. Removing Unwanted Spaces – Part 1
- Here you’ll learn how to use various Excel formulae to automate the removal of extraneous leading, interstitial and trailing spaces and all unwanted characters from your data
- (1 hour in Excel + 1-2 hours in Pandas)
3. Removing Unwanted Spaces – Part 2
- Here you’ll learn how to combine these formulae into a single formula that automates the removal of all extraneous spaces and unwanted characters from your entire dataset in one awesome step!
- (1 hour in Excel + 1-2 hours in Pandas)
4. Standardising the Case of Text Entries
- Here you’ll learn how to standardise the case of your text data and integrate this into the previous formula
- (1 hour in Excel + 1 hour in Pandas)
5. How to Clean Text (Categorical) Data – 2 methods
- Here you’ll learn 2 methods of automating the cleaning of text data
- (1 hour in Excel + 1-2 hours in Pandas)
6. How to Clean Numerical (Continuous) Data
- Here you’ll learn how to identify numerical data that is contaminated with text – and clean it!
- (1 hour in Excel + 1-2 hours in Pandas)
Learning Outcomes
In this course you will learn how to:
- Set up an Excel workbook for maximum effectiveness
- Remove all unwanted spaces from your entire dataset – in one step!
- Clean text data and numerical data
- Perform all steps in the correct order
- Improve your data handling skills
Certification
Students completing Dirty Data Dojo: Cleaning Data will have the knowledge and confidence to be able to clean their data in Excel and Python (optional) quickly and accurately.
Complete with HD videos, data, examples and practice exercises, you’ll be able to work alongside the instructor as you work through each concept, and will receive a certificate of completion upon finishing the course.
Course Material
- Preamble
- Course Introduction
- Who the Project is For and What They Will Learn
- Feedback
- What to Expect
- Course or Project?
- Excel
- Python
- Getting Started
- Course Outline
- About This Course
- 14 Day Data Cleaning Challenge
- All 6 Dirty Data Dojo Courses
- 14 Day Data Cleaning Challenge
- All Our Courses
- Get in Touch
- Prerequisite Test
- Course Downloads
- Chapter 1 - Getting Your Data Organised
- Lesson 1.1 - Practical Data Cleaning
- Quiz - Practical Data Cleaning
- Chapter 2 - How to Kill the Invisible Man (Part 1)
- Lesson 2.1 - Removing Unwanted Spaces
- Lesson 2.2 - Removing Non-Printing Characters
- Lesson 2.3 - Removing Other Unwanted Characters
- Lesson 2.4 - Single Solution
- Quiz - Removing Unwanted Spaces (and other stuff)
- Chapter 3 - How to Kill All the Invisible Men (Part 2)
- Lesson 3.1 - Single Solution in Larger Datasets
- Quiz - Removing Unwanted Spaces Part 2
- Chapter 4 - Standardising the Case of Text Entries
- Lesson 4.1 - Case Standardising in the Single Solution
- Quiz - Case Standardisation
- Chapter 5 - How to Clean Text Data (2 Methods)
- Lesson 5.1 - Remove Duplicates and Find & Replace
- Quiz - Cleaning Text Data
- Lesson 5.2 - Remove Duplicates and
VLOOKUP
- Quiz - Cleaning Text Data
- Chapter 6 - How to Clean Numerical Data
- Lesson 6.1 -
ISNUMBER
- Cleaning Numerical Data - Quiz - Cleaning Numerical Data
- Chapter 7 - Order, Order…
- Lesson 7.1 - The Plan
- Chapter 8 - Submit Your Work
- Quiz - Using the Single Solution
- Chapter 9 – Practice Session
- Epilogue
- 14 Day Data Cleaning Challenge
- All 6 Dirty Data Dojo Courses
- 14 Day Data Cleaning Challenge
- All Our Courses
- Get in Touch
- Nothing to see here…
Instructors
Lee Baker is an award-winning software creator with a passion for turning data into a story.
A proud Yorkshireman, he now lives by the sparkling shores of the East Coast of Scotland.
Physicist, statistician and programmer, child of the flower-power psychedelic ‘60s, it’s amazing he turned out so normal!
Turning his back on a promising academic career to do something more satisfying, as the CEO and co-founder of Chi-Squared Innovations he now works double the hours for half the pay and 10 times the stress - but 100 times the fun!
Community
This course has a private forum for learners who are taking this course.
Do Well. Do Good.
Authors have earned$11,590,330writing, publishing and selling on Leanpub, earning 80% royalties while saving up to 25 million pounds of CO2 and up to 46,000 trees.
Learn more about writing on Leanpub
The Leanpub 60-day 100% Happiness Guarantee
Within 60 days of purchase you can get a 100% refund on any Leanpub purchase, in two clicks.
See full terms
Free Updates. DRM Free.
If you buy a Leanpub book, you get free updates for as long as the author updates the book! Many authors use Leanpub to publish their books in-progress, while they are writing them. All readers get free updates, regardless of when they bought the book or how much they paid (including free).
Most Leanpub books are available in PDF (for computers), EPUB (for phones and tablets) and MOBI (for Kindle). The formats that a book includes are shown at the top right corner of this page.
Finally, Leanpub books don't have any DRM copy-protection nonsense, so you can easily read them on any supported device.
Learn more about Leanpub's ebook formats and where to read them
Top Books
SignalR on .NET 6 - the Complete Guide
Fiodar SazanavetsLearn everything there is to learn about SignalR and how to integrate it with the latest .NET 6 and C# 10 features. Learn how to connect any type of client to SignalR, including plain WebSocket client. Learn how to build interactive applications that can communicate with each other in real time without making excessive calls.
The easiest way to learn design patterns
Fiodar SazanavetsLearn design patterns in the easiest way possible. You will no longer have to brute-force your way through each one of them while trying to figure out how it works. The book provides a unique methodology that will make your understanding of design patterns stick. It can also be used as a reference book where you can find design patterns in seconds.
Functional event-driven architecture: Powered by Scala 3
Gabriel VolpeExplore the event-driven architecture (EDA) in a purely functional way, mainly powered by Fs2 streams in Scala 3!
Leverage your functional programming skills by designing and writing stateless microservices that scale, powered by stateful message brokers.
C++20 - The Complete Guide
Nicolai M. JosuttisAll the new language and library features of C++20 (for those who know previous versions).
The book presents all new language and library features of C++20. Learn how this impacts day-to-day programming, to benefit in practice, to combine new features, and to avoid all new traps.
Buy early, pay less, free updates.
Other books:
Jetpack Compose internals
Jorge CastilloJetpack Compose is the future of Android UI. Master how it works internally and become a more efficient developer with it. You'll also find it valuable if you are not an Android dev. This book provides all the details to understand how the Compose compiler & runtime work, and how to create a client library using them.
Ansible for DevOps
Jeff GeerlingAnsible is a simple, but powerful, server and configuration management tool. Learn to use Ansible effectively, whether you manage one server—or thousands.
OpenIntro Statistics
David Diez, Christopher Barr, Mine Cetinkaya-Rundel, and OpenIntroA complete foundation for Statistics, also serving as a foundation for Data Science.
Leanpub revenue supports OpenIntro (US-based nonprofit) so we can provide free desk copies to teachers interested in using OpenIntro Statistics in the classroom and expand the project to support free textbooks in other subjects.
More resources: openintro.org.
R Programming for Data Science
Roger D. PengThis book brings the fundamentals of R programming to you, using the same material developed as part of the industry-leading Johns Hopkins Data Science Specialization. The skills taught in this book will lay the foundation for you to begin your journey learning data science. Printed copies of this book are available through Lulu.
CCIE Service Provider Version 4 Written and Lab Exam Comprehensive Guide
Nicholas RussoThe service provider landscape has changed rapidly over the past several years. Networking vendors are continuing to propose new standards, techniques, and procedures for overcoming new challenges while concurrently reducing costs and delivering new services. Cisco has recently updated the CCIE Service Provider track to reflect these changes; this book represents the author's personal journey in achieving that certification.
CCIE SP v5.0
Łukasz Bromirski, Piotr Jablonski, and Nicholas RussoAre you striving to prepare to and pass CCIE SP lab exam? Take the opportunity and get this workbook! With the attached initial cfg files you will prepare yourself for the CCIE SP exam as well as learn SP technologies applicable to all kinds of today modern networks! This workbook covers blueprint topics and provides challenging examples.
Top Bundles
- #1
Practical FP in Scala + Functional event-driven architecture
2 Books
Practical FP in Scala (A hands-on approach) & Functional event-driven architecture, aka FEDA, (Powered by Scala 3), together as a bundle! The content of PFP in Scala is a requirement to understand FEDA so why not take advantage of this bundle!? - #2
Software Architecture for Developers: Volumes 1 & 2 - Technical leadership and communication
2 Books
"Software Architecture for Developers" is a practical and pragmatic guide to modern, lightweight software architecture, specifically aimed at developers. You'll learn:The essence of software architecture.Why the software architecture role should include coding, coaching and collaboration.The things that you really need to think about before... - #3
All the Books of The Medical Futurist
6 Books
We put together the most popular books from The Medical Futurist to provide a clear picture about the major trends shaping the future of medicine and healthcare. Digital health technologies, artificial intelligence, the future of 20 medical specialties, big pharma, data privacy, digital health investments and how technology giants such as Amazon... - #4
CCIE Service Provider Ultimate Study Bundle
2 Books
Piotr Jablonski, Lukasz Bromirski, and Nick Russo have joined forces to deliver the only CCIE Service Provider training resource you'll ever need. This bundle contains a detailed and challenging collection of workbook labs, plus an extensively detailed technical reference guide. All of us have earned the CCIE Service Provider certification... - #6
Pattern-Oriented Memory Forensics and Malware Detection
2 Books
This training bundle for security engineers and researchers, malware and memory forensics analysts includes two accelerated training courses for Windows memory dump analysis using WinDbg. It is also useful for technical support and escalation engineers who analyze memory dumps from complex software environments and need to check for possible... - #7
Modern C++ Collection
3 Books
Get All about Modern C++C++ Standard Library, including C++20Concurrency with Modern C++, including C++20C++20Each book has about 200 complete code examples. Updates are included. When I update one of the books, you immediately get the updated bundle. You can expect significant updates to each new C++ standard (C++23, C++26, .. ) and also... - #9
Linux Administration Complet
4 Books
Ce lot comprend les quatre volumes du Guide Linux Administration :Linux Administration, Volume 1, Administration fondamentale : Guide pratique de préparation aux examens de certification LPIC 1, Linux Essentials, RHCSA et LFCS. Administration fondamentale. Introduction à Linux. Le Shell. Traitement du texte. Arborescence de fichiers. Sécurité...