Part 1 | Exploratory Data Analysis

// start by understanding your data //

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 will be held on September 22 and covers everything in Part 1 (except Part 1.6 Geographic Data). 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.