<?xml version="1.0" encoding="UTF-8"?>
<mods xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://www.loc.gov/mods/v3" version="3.1" xsi:schemaLocation="http://www.loc.gov/mods/v3 http://www.loc.gov/standards/mods/v3/mods-3-1.xsd">
  <titleInfo>
    <title>Data wrangling with R</title>
  </titleInfo>
  <name type="personal">
    <namePart>Boehmke, Bradley C.</namePart>
    <role>
      <roleTerm authority="marcrelator" type="text">creator</roleTerm>
    </role>
  </name>
  <typeOfResource>text</typeOfResource>
  <genre authority="marc">bibliography</genre>
  <originInfo>
    <place>
      <placeTerm type="code" authority="marccountry">sz</placeTerm>
    </place>
    <place>
      <placeTerm type="text">Cham, Switzerland</placeTerm>
    </place>
    <publisher>Springer</publisher>
    <dateIssued>c2016</dateIssued>
    <dateIssued encoding="marc">2016</dateIssued>
    <issuance>monographic</issuance>
  </originInfo>
  <language>
    <languageTerm authority="iso639-2b" type="code">eng</languageTerm>
  </language>
  <physicalDescription>
    <form authority="marcform">print</form>
    <extent>xii, 238 p. : ill. (some col.) </extent>
  </physicalDescription>
  <abstract>This guide for practicing statisticians, data scientists, and R users and programmers will teach the essentials of preprocessing: data leveraging the R programming language to easily and quickly turn noisy data into usable pieces of information. Data wrangling, which is also commonly referred to as data munging, transformation, manipulation, janitor work, etc., can be a painstakingly laborious process. Roughly 80% of data analysis is spent on cleaning and preparing data; however, being a prerequisite to the rest of the data analysis workflow (visualization, analysis, reporting), it is essential that one become fluent and efficient in data wrangling techniques.</abstract>
  <tableOfContents>The role of data wrangling -- Introduction to R -- The basics -- Dealing with numbers -- Dealing with character strings -- Dealing with regular expressions -- Dealing with factors -- Dealing with dates -- Data structure basics -- Managing vectors -- Managing lists -- Managing matrices -- Managing data frames -- Dealing with missing values -- Importing data -- Scraping data -- Exporting data -- Functions -- Loop control statements -- Simplify your code with %&gt;% -- Reshaping your data with tidyr -- Transforming your data with dplyr.</tableOfContents>
  <note type="statement of responsibility">Bradley C. Boehmke.</note>
  <note>Includes bibliographical references and index.</note>
  <subject>
    <topic>Multivariate analysis</topic>
  </subject>
  <subject>
    <topic>R (Computer program language)</topic>
  </subject>
  <subject>
    <topic>Statistics</topic>
    <topic>Data processing</topic>
  </subject>
  <classification authority="lcc">QA276.45.R3 B64 2016</classification>
  <relatedItem type="series">
    <titleInfo>
      <title>Use R!</title>
    </titleInfo>
  </relatedItem>
  <identifier type="isbn">9783319455983</identifier>
  <identifier type="isbn">3319455982</identifier>
  <recordInfo>
    <recordCreationDate encoding="marc">210114</recordCreationDate>
    <recordIdentifier source="OCoLC">ocn954429014</recordIdentifier>
  </recordInfo>
</mods>
