Python is a curious animal (no pun intended) in that it wasn't exactly designed for data analysis, but with its many free packages this constraint is easily overcome. In particular, the pandas …
How to visualize Anscombe’s quartet in Python
Anscombe's quartet is a well-known statistical parlor trick with a powerful message. Fortunately, with the help of the seaborn package as well as pandas, it can be demonstrated in Python with just a …
Continue Reading about How to visualize Anscombe’s quartet in Python →