Publications by Adi Verma

DATA110 Project 1: Is Genshin Powercreep Real?

15.11.2023

Is Genshin Powercreep Real? Author Adi Ve from u/MatMatSlime on Reddit Introduction “Powercreep” is a term used broadly in gacha games to describe the gradual increase in strength of released playable units. Gacha games have a primary incentive of profiting off of their players, which means they must in some way incentivize players to spen...

20713 sym Python (11613 sym/42 pcs) 14 img

DATA110 Healthy Cities GIS Assignment

08.11.2023

https://knowyourmeme.com/memes/helth Load Libraries library(tidyverse) library(tidyr) library(leaflet) cities500 <- read_csv("500CitiesLocalHealthIndicators.cdc.csv") Transform GeoLocation Coordinate Split GeoLocation (lat, long) into two columns: lat and long latlong <- cities500|> mutate(GeoLocation = str_replace_all(GeoLocation, "[()]", ...

11898 sym 5 img

DATA110 IMDb Webscraping

01.11.2023

IMDB Webscraping Assignment Author Adi Ve image credit: mrpeloquin on Google Maps, Event Cinemas Queens St., Auckland, NZ Load Libraries and Data Source library(tidyverse) library(stringr) library(rvest) library(xml2) library(plotly) url <- 'https://www.imdb.com/search/title/?count=100&release_date=2016,2016&title_type=feature' webpage...

1393 sym Python (11869 sym/86 pcs) 2 img

DATA110 DSLabs Assignment

24.10.2023

DSLabs Stars Dataset Project Author Adi Ve image credit: Koatuo on HoYoLAB Load Libraries library(tidyverse) library(dslabs) library(scales) library(ggplot2) library(plotly) library(RColorBrewer) data("stars") Introduction The Hertzsprung-Russell diagram is one of the most well known data visualizations in the field of astronomy and as...

7812 sym 4 img

DATA110 Project 1: To Gleam the Aeons

16.10.2023

DATA110 Project 1: To Gleam the Aeons Author Adi Ve Introduction Aeons: https://esports.gg/guides/honkai-star-rail/the-honkai-star-rail-aeons-what-who-and-why/ This project attempts to visualize a few statistical relationships in the game “Honkai Star Rail” by HoYoverse in one concise image. Honkai Star Rail is a turn based role-playing g...

14504 sym Python (5094 sym/13 pcs) 10 img

DATA110 Nations Plot Replication Assignment

11.10.2023

Nations Dataset Assignment Author Adi Ve Load Libraries suppressWarnings(library(tidyverse)) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.2 ✔ readr 2.1.4 ✔ forcats 1.0.0 ✔ stringr 1.5.0 ✔ ggplot2 3.4.3 ...

734 sym Python (3398 sym/11 pcs) 2 img

DATA110 nycflights13 Assignment

04.10.2023

DATA 110 First Solo Visualization Load libraries library(tidyverse) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.2 ✔ readr 2.1.4 ✔ forcats 1.0.0 ✔ stringr 1.5.0 ✔ ggplot2 3.4.3 ✔ tibble 3.2.1 ✔ lu...

2976 sym 1 img

PHYSICS121 Diffraction Analysis

01.10.2023

aver147 PHYSICS121 lab 2 Load libraries suppressWarnings(library(tidyverse)) ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ✔ dplyr 1.1.2 ✔ readr 2.1.4 ✔ forcats 1.0.0 ✔ stringr 1.5.0 ✔ ggplot2 3.4.3 ✔ tibble 3.2....

864 sym Python (5141 sym/70 pcs)

PHYSICS121 Diffraction Analysis

28.09.2023

aver147 PHYSICS121 lab 2 Load libraries library(tidyverse) Warning: package 'tidyverse' was built under R version 4.2.3 Warning: package 'ggplot2' was built under R version 4.2.3 Warning: package 'tibble' was built under R version 4.2.3 Warning: package 'tidyr' was built under R version 4.2.3 Warning: package 'readr' was built under R versio...

893 sym Python (5715 sym/80 pcs)

DATA110 Hate crimes Assignment

19.09.2023

averma13 DATA110 Hate Crimes Author Adi Ve Hate Crimes Dataset Disclaimer, this code is not original, it is taken directly from my professor as an assignment. I have summarized most of the original text as opposed to copying them directly. Load the libraries library(tidyverse) Warning: package 'tidyverse' was built under R version 4.2.3 Warn...

5552 sym R (22394 sym/55 pcs) 4 img