boxplot of columns in sns boxplot code example
Example: seaborn boxplot
>>> import seaborn as sns
>>> sns.set_theme(style="whitegrid")
>>> ax = sns.boxplot(x=tips["total_bill"])
>>> import seaborn as sns
>>> sns.set_theme(style="whitegrid")
>>> ax = sns.boxplot(x=tips["total_bill"])