Things I want to achieve by the end of DATA 101

  1. Make at least one visually pleasing plot.
  2. Learn to write competent Python code. (at least the syntax of for and while loops).
  3. Complete a project about something in which I am interested.

My two main ideas right now are: Price vs. Part Count of LEGO Sets and Box Office Sales vs. Number of Oscar Winners in the Cast.

What type is mtcars?

class(mtcars)
## [1] "data.frame"