DS Exp4
DS Exp4
NO:4
Data exploration, manipulation,visualization
DATE: and importing in R
Aim:
To study about data manipulations, exploration,visualization and
importing in R.
Question:
Procedure:
Source code:
getwd()
setwd("C:/Users/Darshana/OneDrive/Desktop") # Replace with the actual path
# Load necessary libraries
library(dplyr)
library(ggplot2)