In this post, you will learn how to make a Seaborn scatter plot in Python. The post is very descriptive and you will learn how to flip the text on the axis' change the size, add Pearons r (e.g., add text/annotate), group the data, amongst other things.
Erik
@marsja
In the latest post, you will learn all you need about adding new columns in Pandas dataframe. Specifically, you will learn how to add columns using the assign() method. After this, you will get some examples using 2 other methods.