Provide major takeaways from Chapter 1 in 50 words ]
The model the book talks about when coding is starting off by importing the data into R Studio, then tidying your data which essentially means storing it in a way that is identical of the “semantics of the dataset” in being stored, to which we then tranform the data which is narrowing in on what you are observing in the data to which you then acheive wrangling which is a combanation of tidying and transforming. Visualization is typically the next step, as this makes it easy to tell if you missed something in your data or might even raise new questions for the data and the same for models which help you visualize your data on a chart or graph. The last step of the process is to communicate this data which is the process of you explaining to others what your data actually means and represents