Publications by Khongorzul
Midterm
1. Fix typos found in Feature Engineering ## Rows: 15,644 ## Columns: 13 ## $ order_date <dttm> 2011-01-07, 2011-01-07, 2011-01-10, 2011-01-10, 2011-0… ## $ order_id <dbl> 1, 1, 2, 2, 3, 3, 3, 3, 3, 4, 5, 5, 5, 5, 6, 6, 6, 6, 7… ## $ order_line <dbl> 1, 2, 1, 2, 1, 2, 3, 4, 5, 1, 1, 2, 3, 4, 1, 2, 3, 4, 1… ## $ quantity <d...
164 sym
HW5 Khongorzul
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(readr) #input bike_orderlines <- readRDS("/cloud/project/bike_orderlines (1).rds") #rename bike_orderlines <...
17 sym R (3313 sym/14 pcs)
hw4
install.packages("readr") ## Installing package into '/cloud/lib/x86_64-pc-linux-gnu-library/4.3' ## (as 'lib' is unspecified) install.packages("tidyr") ## Installing package into '/cloud/lib/x86_64-pc-linux-gnu-library/4.3' ## (as 'lib' is unspecified) library(readr) library(tidyr) stock_df <- read_csv("stock_df.csv") ## Rows: 5 Columns: 106 ## �...
12 sym R (1274 sym/9 pcs)
hw3
library("readxl") 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("scales") sales_summary <- read_excel("bike_orderlines.xlsx") sales_summary <- sales_sum...
9 sym R (1956 sym/6 pcs)
HW-Khongorzul
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(readr) library(tidyr) data <- read_csv("Netflix.csv") ## Rows: 6234 Columns: 12 ## ── Column specificati...
14 sym R (1271 sym/11 pcs)
Document
install.packages("readxl") ## Installing package into '/cloud/lib/x86_64-pc-linux-gnu-library/4.3' ## (as 'lib' is unspecified) ## also installing the dependencies 'utf8', 'rematch', 'fansi', 'pillar', 'pkgconfig', 'hms', 'prettyunits', 'crayon', 'cellranger', 'tibble', 'cpp11', 'progress' install.packages("dplyr") ## Installing package into '/clou...
17 sym R (2100 sym/14 pcs)
Document
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the...
591 sym 1 img
Document
R Markdown This is an R Markdown document. Markdown is a simple formatting syntax for authoring HTML, PDF, and MS Word documents. For more details on using R Markdown see http://rmarkdown.rstudio.com. When you click the Knit button a document will be generated that includes both content as well as the output of any embedded R code chunks within the...
591 sym 1 img