Publications by HEMANTH RANGASWAMY

dummy

28.10.2024

food_delivery_data <- read_csv("C:/Users/Hemanth Gowda/Downloads/Food Delivery Australia.csv") # Define city populations city_populations <- data.frame( City = c("Brisbane", "Sydney", "Melbourne", "Perth", "Adelaide"), Population = c(2300000, 5300000, 5100000, 2100000, 1400000) ) # Map city names to states for aggregation purposes city...

10 sym 2 img

Assignment 2 - MATH1324-2410 - Group 18

19.10.2024

Growing Through Change: The Earth’s Farms Face Rising Heat 26 Years of Change (1998-2024) 1.Hemanth Rangaswamy(s4069811), 2.Ananya Solanki(s4019236), 3.Kiran Kumar Reddy Alleddula(s4086075) Last updated: 19 October, 2024 Overview Our work explores the impact of climate change on farming, specifically how temperature, rainfall, and CO2 emis...

19195 sym 5 img

Applied Analytics - 01

31.08.2024

Student Details Hemanth Rangaswamy(s4069811) Problem Statement My objective during the assignment is to analyze the daily price fluctuations of the S&P 500 index and Bitcoin to assess if they follow a normal distribution pattern. This analysis is essential for risk assessment and precise price forecasting. By looking at and comparing how their...

6882 sym R (10931 sym/51 pcs) 6 img

Document

31.08.2024

Student Details Hemanth Rangaswamy(s4069811) Problem Statement My objective during the assignment is to analyze the daily price fluctuations of the S&P 500 index and Bitcoin to assess if they follow a normal distribution pattern. This analysis is essential for risk assessment and precise price forecasting. By looking at and comparing how their...

6905 sym R (10931 sym/51 pcs) 6 img

Document 2

30.05.2024

Setup library(kableExtra) library(magrittr) library(readr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following object is masked from 'package:kableExtra': ## ## group_rows ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## ...

14866 sym R (5453 sym/26 pcs) 4 img 1 tbl

Mid_Assessment_s4069811

30.04.2024

Setup # Loading the required library library(dplyr) ## ## Attaching package: 'dplyr' ## The following objects are masked from 'package:stats': ## ## filter, lag ## The following objects are masked from 'package:base': ## ## intersect, setdiff, setequal, union library(dplyr) : R package, this package provides a consistent unified s...

7973 sym R (7879 sym/32 pcs)

Document

09.04.2024

Setup # Load the necessary packages required to reproduce the report. For example: library(kableExtra) library(magrittr) library(dplyr) ## ## Attaching package: 'dplyr' ## The following object is masked from 'package:kableExtra': ## ## group_rows ## The following objects are masked from 'package:stats': ## ## filter, lag ## The f...

863 sym R (718 sym/6 pcs) 1 tbl