Welcome to THE ACTIVITY!

Task 1

  1. Complete a well-formatted document that can be used as an example in my portfolio.
  2. In one of my projects, use publicly available data that relates to the environmental sciences.That is the field I hope to bring some new data science skills to.
  3. Embellish my github profile.

I hope I learn to really love coding before the summer is over. Currently I am not the best at coding but I love all the things that you can accomplish with it!


Task 2

data("mtcars")

It looks like mtcars is a dataframe with information on different car models, and the variables related to them like miles per gallon (mpg), number of cylinders (cyl), and gears (gear) in addition to other information. There are 11 variables and 32 observations.