Data-Analytics-Projects

所属分类:数据挖掘/数据仓库
开发工具:Others
文件大小:0KB
下载次数:0
上传日期:2023-08-28 14:32:08
上 传 者sh-1993
说明:  我的创意代码之家:这个存储库是我所有编码项目的中心,我通过代码将我的想法付诸实践。从web开发...,
(Home of my Creative Code: This repository is a hub for all my coding projects, where I bring my ideas to life through code. From web development experiments to fun scripts and more, you ll find a variety of projects that showcase my coding journey.)

文件列表:
Bellabeat_Data_Analysis_Using_R.md (22240, 2023-09-06)
Bike_Share_Data_Analysis_Using_R.md (24815, 2023-09-06)
Excel_Project.md (1289, 2023-09-06)
Excel_Project_Dataset.xlsx (211052, 2023-09-06)
SQL_Data_Cleaning.sql (4729, 2023-09-06)
SQL_Data_Exploration.sql (4989, 2023-09-06)

# Data-Analytics-Projects This repository contains a collection of my data analytics projects. Each project is contained within its own directory and includes the source code, data, a description of the project, and the results. ### Project List 1. [Bike-Share Data Analysis](https://github.com/saltwatersardine/Data-Analytics-Projects/blob/main/Bike_Share_Data_Analysis_Case_Study_Using_R.md) 2. [Bellabeat Data Analysis](https://github.com/saltwatersardine/Data-Analytics-Projects/blob/main/Bellabeat_Data_Analysis_Using_R.md) 3. [SQL Data Exploration](https://github.com/saltwatersardine/Data-Analytics-Projects/blob/main/SQL_Data_Exploration.sql) 4. [SQL Data Cleaning](https://github.com/saltwatersardine/Data-Analytics-Projects/blob/main/SQL_Data_Cleaning.sql) ### Software Projects in this repository will be analysed using the following software: - `R` programming language and `RStudio` IDE - `Python` programming language - `SQL`and `BigQuery` - `Excel` - `PowerBI` - `Tableu` You will also need to have the following R packages installed: - `tidyverse:` Helps wrangle data - `ggplot2:` Helps visualize data - `lubridate:` Helps wrangle data attributes - `readr:` Helps import data ('csv', 'tsv', and 'fwf') - `data.table:` Helps with large datasets - `dplyr:` Helps manipulate data You can install these packages by running the following code in R: ```r install.packages(c("tidyverse", "ggplot2", "lubridate", "readr", "data.table", "dplyr")) ``` Once packages are installed, you need to load them by running the library function: ```r library(tidyverse, ggplot2, lubridate, readr, data.table, dplyr) ```

近期下载者

相关文件


收藏者