What this learning path covers
Module 1, Getting Started with Python Data Analysis, shows how to work with time oriented data in Pandas. How do you clean, inspect, reshape, merge, or group data –these are the concerns in this chapter. The library of choice in the course will be Pandas again.
Module 2, Python Data Analysis Cookbook, demonstrates how to visualize data and mentions frequently encountered pitfalls. Also, discusses statistical probability distributions and correlation between two variables.
Module 3, Mastering Python Data Analysis, introduces linear, multiple, and logistic regression with in-depth examples of using SciPy and stats models packages to test various hypotheses of relationships between variables.