Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.03 KB

README.md

File metadata and controls

32 lines (24 loc) · 1.03 KB

Pickup Analysis

R Package that holds my codes and analysis of Uber's Pickup data in the city of Bengaluru for the first quarter of 2020.

Description

The goal of this project is to learn ggplot2 visualisation for a spatial dataset and to deliver basic analytics for the same using R language. The motivation for working with this project is to get a holistic understanding of the usage of R language in analytics domain and also to develop a familiarity with ggplot2 visualisations. Analysing Uber’s pickup data for Bengaluru City using plots and maps provide a better understanding of the large dataset, compared to viewing data in the dataframe.

Project R Dependencies

  • sf
  • jsonlite
  • tidyverse
  • dplyr
  • tidyr
  • ggplot2
  • ggthemes
  • lubridate
  • DT
  • scales
  • mapview
  • ggpubr
  • viridis

Installing

Use R-Studio Terminal to execute the commands below to install and use this library for the uber analysis

  • install.packages("devtools")
  • library(devtools)
  • install_github("suriyahgit/pickupanalysis")
  • library(pickupanalysis)