Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/shivani8136/r-projects
https://github.com/shivani8136/r-projects
Last synced: 5 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/shivani8136/r-projects
- Owner: shivani8136
- Created: 2023-08-21T08:36:15.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-21T08:39:43.000Z (over 1 year ago)
- Last Synced: 2024-11-09T14:32:45.468Z (2 months ago)
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# R Projects
### Bellabeat Case Study
View the notebook at: https://www.kaggle.com/code/shivani8136/bellabeat-case-study-r• This R project, aims to gain insights on how Bellabeat consumers are using their smart devices and utilize these insights to guide marketing strategy for the company.
• The project involved verifying the data integrity, cleaning, analysing the data and providing 3 key recommendations to the marketing team through meaningful visuals.### EDA on Wine Reviews Data
View the notebook at: https://www.kaggle.com/code/shivani8136/eda-wine-reviews-data-r• This R project, involves extensive data cleaning such as modifying data types, removing duplicate values and tackling the huge number of missing values using mean, median and mode imputation.
• The clean data was then analysed to find out insights like top 10 expensive and cheap wines, correlation between various observations in the data frame.