Today

  • Data wrangling using dplyr.

Misc

When: March 10-11th, 2023

Where: San Francisco Bay Area, in-person

Prizes: $15,000 + eligibility to interview at Citadel

Application Deadline: 11:59 PT Sunday, April 3rd

Datathons are world’s #1 virtual data science competitions. This is a great opportunity for students to work on challenging problems while engaging with real-world data in a competitive, team-based setting.

All accepted students will have transportation/accommodation costs covered.

Announcement

  • HW2.

  • R code styles to be enforced in homework. https://style.tidyverse.org/

    • Rule 2.5 The maximum line length is 80 characters.

    • Rule 2.4.1 When indenting your code, use two spaces.

    • Rule 2.2.4 Place spaces around all infix operators (=, +, -, <-, etc.).

    • Rule 2.2.1. Do not place a space before a comma, but always place one after a comma.

    • Rule 2.2.2 Do not place spaces around code in parentheses or square brackets. Place a space before left parenthesis, except in a function call.