Part 1 | Univariate EDA

// start by summarizing your variables //

Making decisions with data involves understanding what your variables actually contain. Before exploring relationships you need to know whether you're working with categories, counts, or measurements, and what patterns, outliers, and limitations exist in your data. Data is easiest to understand when visualized appropriately and the appropriate data visualization depends on the data type. Part 1 indroduces approaches for summarizing data with figures and tables using python and spreadsheets, stills that will save you countless hours.

MiniExam

MiniExam 1 covers everything in Part 1. You will begin to learn that if you understand the concepts and do the work in the examples and homework, you're going to be in good shape on the MiniExam.

MiniExams focuses on practical application of the concepts we've developed. Practice with Homework and Exercises to prepare effectively.