Lesson 20: Statistical Thinking in Python (Part 2)
April 4, 2018
Review:
- Comparing Distributions
- Term Project – let’s wait
Presentation:
- More Data Visualization with Seaborn
Activity:
- Use Seaborn “lmplot” to make a scatter plot + trendline with your real estate data
- Make a basic scatter plot with trendline
- x = Total Sq Ft, y = Selling Price
- Make multiple plots (on the same graphic)
- Group by neighborhood (hue=’Neighborhood’)
- Make a basic scatter plot with trendline
Assignment:
- Complete Statistical Thinking in Python (Part 1)
- Begin Statistical Thinking in Python (Part 2)