Data Cleaning using R - English
This is a sample video. To access the full content,
please
Login
394 visits
Outline:
Data Cleaning using R About data cleaning. About need for data cleaning. Reading data from a text file. Converting a list to vector using the unlist(). Split the elements of a character vector into substrings using strsplit(). Need for type conversions. Convert raw data to a dataframe. Removing the NA values. Replacing the NA values with 0. Encoding values to factors.