Codyโs Data Cleaning Techniques Using SAS
โ Scribed by Ron Cody
- Publisher
- SAS Institute
- Year
- 2017
- Tongue
- English
- Leaves
- 234
- Series
- SAS
- Edition
- 3
- Category
- Library
No coin nor oath required. For personal study only.
โฆ Synopsis
Find errors and clean up data easily using SAS!
Thoroughly updated, Cody's Data Cleaning Techniques Using SAS, Third Edition, addresses tasks that nearly every data analyst needs to do - that is, make sure that data errors are located and corrected. Written in Ron Cody's signature informal, tutorial style, this book develops and demonstrates data cleaning programs and macros that you can use as written or modify which will make your job of data cleaning easier, faster, and more efficient.
Building on both the authorโs experience gained from teaching a data cleaning course for over 10 years, and advances in SAS, this third edition includes four new chapters, covering topics such as the use of Perl regular expressions for checking the format of character values (such as zip codes or email addresses) and how to standardize company names and addresses.
With this book, you will learn how to:
- find and correct errors in character and numeric values
- develop programming techniques related to dates and missing values
- deal with highly skewed data
- develop techniques for correcting your data errors
- use integrity constraints and audit trails to prevent errors from being added to a clean data set
โฆ Subjects
Programming;APIs & Operating Environments;Algorithms;Apple Programming;Cross-platform Development;Functional;Game Programming;Graphics & Multimedia;Introductory & Beginning;Languages & Tools;Microsoft Programming;Mobile Apps;Parallel Programming;Software Design, Testing & Engineering;Web Programming;Computers & Technology;Mathematical & Statistical;Software;Computers & Technology;Enterprise Applications;Software;Computers & Technology;Probability & Statistics;Applied;Mathematics;Science & Math;P
๐ SIMILAR VOLUMES
Written in Ron Cody's signature informal, tutorial style, this book develops and demonstrates data cleaning programs and macros that you can use as written or modify which will make your job of data cleaning easier, faster, and more efficient. --
Please be aware that there is a second edition of this book (at the same price). Therefore, be sure you buy the second edition and not the original. Here is a link to the second edition: Cody's Data Cleaning Techniques Using SAS, Second Edition. I have rewritten every program and every macro in t
<p><span>"</span><span>Python Clean Code</span><span>" is a comprehensive guidebook for Python developers who want to improve the quality of their code by adopting best practices for writing clean, readable, and maintainable code. The book is authored by </span><span>Nash Maverick</span><span>, who