جزییات کتاب
Key FeaturesThis easy-to-follow guide takes you through every step of the data wrangling process in the best possible wayWork with different types of datasets, and reshape the layout of your data to make it easier for analysisGet simple examples and real-life data wrangling solutions for data pre-processingBook DescriptionAround 80% of time in data analysis is spent on cleaning and preparing data for analysis. This is, however, an important task, and is a prerequisite to the rest of the data analysis workflow, including visualization, analysis and reporting. Python and R are considered a popular choice of tool for data analysis, and have packages that can be best used to manipulate different kinds of data, as per your requirements. This book will show you the different data wrangling techniques, and how you can leverage the power of Python and R packages to implement them.You’ll start by understanding the data wrangling process and get a solid foundation to work with different types of data. You’ll work with different data structures and acquire and parse data from various locations. You’ll also see how to reshape the layout of data and manipulate, summarize, and join data sets. Finally, we conclude with a quick primer on accessing and processing data from databases, conducting data exploration, and storing and retrieving data quickly using databases.The book includes practical examples on each of these points using simple and real-world data sets to give you an easier understanding. By the end of the book, you’ll have a thorough understanding of all the data wrangling concepts and how to implement them in the best possible way.What you will learnRead a csv file into python and R, and print out some statistics on the dataGain knowledge of the data formats and programming structures involved in retrieving API dataMake effective use of regular expressions in the data wrangling processExplore the tools and packages available to prepare numerical data for analysisFind out how to have better control over manipulating the structure of the dataCreate a dexterity to programmatically read, audit, correct, and shape dataWrite and complete programs to take in, format, and output data setsAbout the AuthorAllan Visochek is a freelance web developer and data analyst in New Haven, Connecticut. Outside of work, Allan has a deep interest in machine learning and artificial intelligence.Allan thoroughly enjoys teaching and sharing knowledge. After graduating from the Udacity Data Analyst Nanodegree program, he was contracted to Udacity for several months as a forum mentor and project reviewer, offering guidance to students working on data analysis projects. He has also written technical content for LearnToProgram.Table of ContentsProgramming with DataAn Introduction to Programming in PythonReading, Writing and Modifying Data in Python IReading, Writing and Modifying Data in Python IIText Data and Regular expressionsCleaning Numerical Data: An Introduction To R and RstudioData Munging in R using DplyrGetting data from the webWorking with really large datasets