Publications by Khongorzul

Final

09.01.2024

## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.4.4 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ tidyr 1.3.0 ## ✔ purrr 1.0.2...

344 sym Python (8662 sym/12 pcs) 1 img

Final

02.01.2024

## ── Attaching core tidyverse packages ──────────────────────── tidyverse 2.0.0 ── ## ✔ dplyr 1.1.4 ✔ readr 2.1.4 ## ✔ forcats 1.0.0 ✔ stringr 1.5.1 ## ✔ ggplot2 3.4.4 ✔ tibble 3.2.1 ## ✔ lubridate 1.9.3 ✔ tidyr 1.3.0 ## ✔ purrr 1.0.2...

236 sym R (6937 sym/13 pcs)

Midterm

07.11.2023

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

30.10.2023

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

23.10.2023

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

18.10.2023

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

10.10.2023

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

25.09.2023

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

24.09.2023

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

24.09.2023

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