Skip to content

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

Notifications You must be signed in to change notification settings

suriyahgit/pickupanalysis

Repository files navigation

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)

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages