Written by students who passed Immediately available after payment Read online or as PDF Wrong document? Swap it for free 4.6 TrustPilot
logo-home
Document preview thumbnail
Preview 2 out of 7 pages
Exam (elaborations)

DSCI 100 REVIEW TIPS ANSWERS AND QUESTIONS SET A.pdf

Document preview thumbnail
Preview 2 out of 7 pages

DSCI 100 REVIEW TIPS ANSWERS AND QUESTIONS SET A.pdf

Content preview

DSCI 100 REVIEW TIPS ANSWERS AND QUESTIONS
SET A+
✔✔col_names = FALSE - ✔✔removes col names when reading in a file

✔✔Steps to use SQLite Database - ✔✔canlang <- dbConnect
dbListTables
table <- tbl(canlang, "table name")

✔✔Steps to use PostgreSQL Database - ✔✔canlang <-
dbConnect(RPostgres::Postgres(), dbname = "db", host = "fakeserver.ca", port = 1234,
user = "user", password = "pass")
dbListTables
table <- tbl(canlang, "table name")

✔✔write_csv(dataset, "name.csv") - ✔✔writes a csv given a dataset and name

✔✔vectors - ✔✔An ordered collection of one or more values of the same data types

Can use c() to create a vector

✔✔Lists - ✔✔An ordered collection of one or more values of possibly different data
types

✔✔Pivot longer - ✔✔pivot_longer(cols = , names_to = , values_to = )

✔✔Pivot wider - ✔✔Use pivot_wider(names_from = , values_from = )

✔✔Seperate - ✔✔separate(dataframe, col = , into = , sep = )

separates values in a col into two or more cols based on a separator

✔✔Summarize - ✔✔summarize(dataframe, ...)

, creates new col(s) that summarize other cols

✔✔Group by - ✔✔group_by(datafram, col = )

groups a column by all of its values

usually used before simmarize

✔✔Map - ✔✔map(vector/list, function)
by default outputs a list

applies a function onto that list/vector

✔✔Scatter plot - ✔✔Visualize the relation ship between two quantitative variables

✔✔Line plot - ✔✔Visualize trends with respect to an independent

✔✔Bar plot - ✔✔Visualize comparisons of amounts

✔✔Histogram - ✔✔Visualize the distributions of one quantitative variable

✔✔Facet grid - ✔✔facet_grid(rows/cols = vars(col/row name))
for creating a plot with multiple subplots

✔✔Benefits of using a github rpo - ✔✔- Easier to collaborate with partners
- Keeps logs of pervious versions
- accessibility across many devices

✔✔Version control - ✔✔The process of keeping a record of changes to documents.
Records are kept of changes, who made them, and when.

✔✔Git vs Github - ✔✔Git: version control system
Github: provides hosting for git repos

✔✔Steps to using github on juypter notebook - ✔✔1. create a repo and link to you
jupyter notebook
2. add files to commit
3. commit
4. push commit

✔✔Classification - ✔✔using one or more variable to predict the value of a categorical
variable

Document information

Uploaded on
September 1, 2026
Number of pages
7
Written in
2026/2027
Type
Exam (elaborations)
Contains
Questions & answers
$18.49

Wrong document? Swap it for free Within 14 days of purchase and before downloading, you can choose a different document. You can simply spend the amount again.
Written by students who passed
Immediately available after payment
Read online or as PDF

Seller avatar
Reputation scores are based on the amount of documents a seller has sold for a fee and the reviews they have received for those documents. There are three levels: Bronze, Silver and Gold. The better the reputation, the more your can rely on the quality of the sellers work.
BOARDWALK
3.5
(41)
Sold
287
Followers
11
Items
36042
Last sold
1 hour ago



Why students choose Stuvia

Created by fellow students, verified by reviews

Quality you can trust: written by students who passed their tests and reviewed by others who've used these notes.

Didn't get what you expected? Choose another document

No worries! You can instantly pick a different document that better fits what you're looking for.

Pay as you like, start learning right away

No subscription, no commitments. Pay the way you're used to via credit card and download your PDF document instantly.

Student with book image

“Bought, downloaded, and aced it. It really can be that simple.”

Alisha Student

Working on your references?

Create accurate citations in APA, MLA and Harvard with our free citation generator.

Working on your references?

Frequently asked questions