SDS 192
Take a look at R Studio together
# wrangle student data. edit plot
student_data |>
select(briefly_describe_any_previous_experience_you_have_with_r) |>
rename(r_experiance = briefly_describe_any_previous_experience_you_have_with_r )|>
group_by(r_experiance)|>
summarize(
sum()/n()
)
# A tibble: 2 × 2
r_experiance `sum()/n()`
<chr> <dbl>
1 More than none 0
2 None 0
- Security
- Keeping yourself organized!
- How Data is housed
How we use data without doing harm.
With git and github.
Wrangle some data with the classic SQL.
- Dynamic and Customized Data Graphics
- Geospatial Data and Maps
- Learning with AI