Comparison PlotsJointplotsns.jointplot(data=df, x='colName', y='colName') # kind='hex', or 'hist' or # kind='kde', shade=True Pairplotsns.pairplot(data=df) # diag_kind='hist' or 'kde' # corner=True, removes duplicates