Skip to content
  • YouTube
  • FaceBook
  • Twitter
  • Instagram

Data Analytics Ireland

Data Analytics and Video Tutorials

  • Home
  • Contact
  • About Us
    • Latest
    • Write for us
    • Learn more information about our website
  • Useful Links
  • Glossary
  • All Categories
  • Faq
  • Livestream
  • Toggle search form
  • What are dimensions in Tableau? data visualisation
  • How To Validate Cell Values In Excel Python
  • how do I declare a null value in python? exception handling
  • TypeError: ‘int’ object is not callable Python
  • YouTube channel lists – Python Data Cleansing Python Data Cleansing
  • How to Compare Column Headers in CSV to a List in Python CSV
  • How to save data frame changes to a file Python Dataframe
  • Tableau Desktop versus Tableau Server data visualisation

how to remove unwanted characters from your data

Posted on June 2, 2020December 29, 2020 By admin

Using r programming functions to cleanse data
In our recent post  Python Tutorial: How do I remove unwanted characters  we walked through the concepts behind data cleansing.

We demonstrated several different approaches to data cleansing, and the use of regular expressions was also shown.

Here we look at that approach using rstudio and the following functions:

  • stringr explained
  • stringi explained
  • grepl explained

How to approach data cleansing

In removing unwanted characters, you want to ensure that you have a defined list of what should not appear and will cause you errors. It is also essential to understand the type of data errors that can occur as follows:

  • Data entry errors
  • Data columns have the incorrect format, e.g. Telphone numbers which have non-numerical characters in them
  • Missing data that is required – e.g. null values
  • Data that does not make sense, e.g. date of birth that is beyond the range of what you would typically expect to see
  • Duplicate values for the same piece of data. The problem here is that this can inflate the no of data errors, and not give a true count of the actual errors.

In the below video we utilise r programming code using the above functions, but also use an if statement to check if an unwanted character is in the data set first before proceeding to remove it and return the cleansed data.

Some of the strategies to help counteract data errors could include:

  • Eliminate manual inputs
  • Controls at point of entry for data, e.g. for dates only allow date formats in the field.
  • Reduce duplication of the data across multiple systems, reduces the no of places that data differences can occur.
  • If integrating different systems with the same data into one network, perform a data cleanse beforehand, reduces the work needed afterwards to clean up the problems that brings.

 

R Programming Tags:Cleansed data, Data, Data Analysis, Data Analytics, Data Cleansing, Data Science, Data Validation, R programming language, Read data, rstudio

Post navigation

Previous Post: Tkinter python tutorial
Next Post: How to create a combobox in tkinter

Related Posts

  • What is the r programming language R Programming
  • R – How to open a file R Programming
  • R tutorial – How to sort lists using rstudio R Programming
  • R – How to check a file exists and is not empty R Programming
  • R Tutorial: How to pass data between functions R Programming

Select your language!

  • English
  • हिंदी
  • Español
  • Português
  • Français
  • Deutsch
  • What is GITHUB, and should I use it? github
  • How to Automate Testing With Python | unittest automation
  • Tableau Desktop versus Tableau Server data visualisation
  • YouTube channel lists – Python DataFrames Python Dataframe
  • What is a CTE in SQL? SQL
  • Python tutorial: Create an input box in Tkinter Python
  • ValueError: cannot convert float NaN to integer Null values
  • Recursion Definition

Copyright © 2023 Data Analytics Ireland.

Powered by PressBook Premium theme

This website uses cookies to improve your experience. We'll assume you're ok with this, but you can opt-out if you wish. Cookie settingsACCEPT
Privacy & Cookies Policy

Privacy Overview

This website uses cookies to improve your experience while you navigate through the website. Out of these cookies, the cookies that are categorized as necessary are stored on your browser as they are essential for the working of basic functionalities of the website. We also use third-party cookies that help us analyze and understand how you use this website. These cookies will be stored in your browser only with your consent. You also have the option to opt-out of these cookies. But opting out of some of these cookies may have an effect on your browsing experience.
Necessary
Always Enabled
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Non-necessary
Any cookies that may not be particularly necessary for the website to function and is used specifically to collect user personal data via analytics, ads, other embedded contents are termed as non-necessary cookies. It is mandatory to procure user consent prior to running these cookies on your website.
SAVE & ACCEPT