Publications by Daniel Lee

Week 2 Apply to data

08.09.2023

title: “Communication with RMarkdown” output: html_document: anchor_sections: TRUE code_folding: “show” highlight: tango number_sections: yes theme: bootswatch: solar toc: yes toc_depth: 2 pdf_document: toc: yes toc_depth: ‘2’ always_allow_html: true Import stock prices stocks <- tq_get(c("TSLA", "AMZN"), get = "st...

304 sym Python (1111 sym/3 pcs) 1 img

DAT3100: Apply 1 - SF rents

08.09.2023

SF Rents: Build a regression model to predict the rent (price). Use the rent dataset. Import Data rent <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-07-05/rent.csv') ## Rows: 200796 Columns: 17 ## ── Column specification ─────────────────────...

752 sym R (16164 sym/28 pcs) 3 img 3 tbl

Apply It To Your Data

07.09.2023

Import stock prices stocks <- tq_get(c("TSLA", "NFLX", ""), get = "stock.prices", from = "2016-01-01") stocks ## # A tibble: 3,864 × 8 ## symbol date open high low close volume adjusted ## <chr> <date> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> ## 1 TSLA 2016-01-04 15.4 15.4 14.6 14....

50 sym Python (1063 sym/3 pcs) 1 img

Code along

07.09.2023

Welcome Ch1 Introduction The data science project workflow Prerequisites R RStudio r packages Install the tidyverse package Running R code 1+2 ## [1] 3 Getting help Google Stackoverflow Ch2 Introduction to Data Exploration Ch3 Data Visualization Set up library(tidyverse) data mpg ## # A tibble: 234 × 11 ## manufacturer model di...

1377 sym R (1721 sym/12 pcs) 7 img

FIN3100 Apply 1 SF rents

07.09.2023

SF Rents: Build a regression model to predict the rent (price). Use the rent dataset. Import Data rent <- readr::read_csv('https://raw.githubusercontent.com/rfordatascience/tidytuesday/master/data/2022/2022-07-05/rent.csv') ## Rows: 200796 Columns: 17 ## ── Column specification ─────────────────────...

752 sym R (6084 sym/23 pcs) 2 img 3 tbl

Code Along 1

07.09.2023

Welcome Ch1 Introduction The data science project workflow Prerequisites R RStudio r packages Install the tidyverse package Running R code Getting help Google Stackoverflow Ch2 Introduction to Data Exploration Ch3 Data Visualization Set up library(tidyverse) data mpg ## # A tibble: 234 × 11 ## manufacturer model displ year ...

1376 sym R (1973 sym/9 pcs) 4 img

Apply Your Data 1

06.09.2023

Import stock prices stocks <- tq_get(c("MSFT", "COKE", "DIS"), get = "stock.prices", from = "2019-01-01", to = "2020-01-01") stocks ## # A tibble: 756 × 8 ## symbol date open high low close volume adjusted ## <chr> <date> <dbl> <dbl> <dbl> <dbl> <dbl> <dbl> ## 1 MSFT ...

50 sym Python (1086 sym/3 pcs) 1 img

Code Along 1

05.09.2023

Welcome Ch1 Introduction The data science project workflow Prerequisites R RStudio r packages Install the tidyverse package Running R code 1+2 ## [1] 3 Getting help Google Stackoverflow Ch2 Introduction to Data Exploration Ch3 Data Visualization Set up library(tidyverse) data mpg ## # A tibble: 234 × 11 ## manufacturer model di...

1377 sym R (1714 sym/12 pcs) 7 img

ATV Tour Customer Review Analysis

28.07.2023

Table of contents Data Analysis Map of ATV Tours and Their Characteristics ATV Tour Characteristics Price and Customer Ratings Tour Duration and Customer Ratings ATV Tour Characteristics and Customer Ratings Customer Reviews Analysis Quantifying Insights in Tangible Value. Summary ATV Tour Customer Review Analysis based on data scraped from tri...

19098 sym 7 img

Leveraging Data Analysis to Address Seasonality in the Tourism Industry: Insights from the Ski Business (Part1)

28.07.2023

Table of contents Data Map of Ski Areas Analysis Overview Number of Ski Areas by Types Avg. Number of Customer Reviews by Types Avg. Ski Area Ratings by Types Leveraging Data Analytics to Address Seasonality in the Tourism Industry: Insights from the Ski Business Part1: diversification within ski areas, examining how they expand their offerings ...

19323 sym 5 img