Things I want to achieve by the end of DATA 101
- Make at least one visually pleasing plot.
- Learn to write competent Python code. (at least the syntax of
for and while loops).
- 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"