filmov
tv
How to plot category and numerics distributions together in pandas dataframe

Показать описание
Showcase your DataArt
Download workbook from github
Here we use a if statement to check for data type, inside a for loop that if numeric will do a distribution plot and if a category will do a countplot.