Data Wrangling with SQL. A hands-on guide to manipulating, wrangling, and engineering data using SQL - Helion
Tytuł oryginału: Data Wrangling with SQL. A hands-on guide to manipulating, wrangling, and engineering data using SQL
ISBN: 9781837634309
stron: 350, Format: ebook
Data wydania: 2023-07-31
Księgarnia: Helion
Cena książki: 139,00 zł
The amount of data generated continues to grow rapidly, making it increasingly important for businesses to be able to wrangle this data and understand it quickly and efficiently. Although data wrangling can be challenging, with the right tools and techniques you can efficiently handle enormous amounts of unstructured data.
The book starts by introducing you to the basics of SQL, focusing on the core principles and techniques of data wrangling. You’ll then explore advanced SQL concepts like aggregate functions, window functions, CTEs, and subqueries that are very popular in the business world. The next set of chapters will walk you through different functions within SQL query that cause delays in data transformation and help you figure out the difference between a good query and bad one. You’ll also learn how data wrangling and data science go hand in hand. The book is filled with datasets and practical examples to help you understand the concepts thoroughly, along with best practices to guide you at every stage of data wrangling.
By the end of this book, you’ll be equipped with essential techniques and best practices for data wrangling, and will predominantly learn how to use clean and standardized data models to make informed decisions, helping businesses avoid costly mistakes.
Osoby które kupowały "Data Wrangling with SQL. A hands-on guide to manipulating, wrangling, and engineering data using SQL", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Data Wrangling with SQL. A hands-on guide to manipulating, wrangling, and engineering data using SQL eBook -- spis treści
- 1. Database Introduction
- 2. Data Profiling and Preparation before Data Wrangling
- 3. Data Wrangling on String Data Types
- 4. Data Wrangling on the DATE Data Type
- 5. Handling NULL values
- 6. Pivoting Data Using SQL
- 7. Subqueries and CTEs
- 8. Aggregate Functions
- 9. SQL Window Functions
- 10. Optimizing Query Performance
- 11. Descriptive Statistics with SQL
- 12. Time Series with SQL
- 13. Outlier Detection