introduction-datascience-python-book
introduction-datascience-python-book copied to clipboard
Minor correction to chapter 2: pandas std() is not an unbiased estimator
In the first table in Chapter 2, Section: Manipulating data there is a claim that pandas std() is an unbiased standard deviation. That is not correct, std() is a sample standard deviation which is known to be biased.