🐍🐼
Book
Table of Contents
Book Index
Scratch ActiveCode
Chapters
1. Introduction
2. Values and Variables (Single Pieces of Data)
3. Control Structures
4. Functions
5. Strings, Lists, and Files (Multiple Pieces of Data)
6. Pandas: Series
7. Pandas: Dataframes
8. Statistics
9. Visualization with Seaborn
10. Data Cleaning
11. Classes (Defining New Kinds of Objects)
Contributions
License
8.
Statistics
¶
8.1. Descriptive Statistics
8.1.1. Introduction
8.1.2. Measures of Central Tendency
8.1.3. Other Basic Descriptive Statistics
8.1.4. Measures of Dispersion
8.2. Correlations
8.2.1. Introduction to Measures of Association
8.2.2. Types of Correlations
8.2.3. Pearson’s r
8.2.4. Spearman’s Rank Order Correlation
8.2.5. Pandas Methods for Correlations