Tutorial to visualize relationship between two categorical variables

Описание к видео Tutorial to visualize relationship between two categorical variables

Link for Python code as Jupyter notebook
https://github.com/ambi1999/DataScien...

@author: Dr Ambi

Developed by Dr Ambi, copyright@Dr Ambi

#Tutorial to visualize relationship between two categorical variables

#Dataset: Auto MPG, Avialble from UCI Machine Learning Repository
#This car dataset is about fuel consumption in miles per gallon
#Source: https://archive.ics.uci.edu/dataset/9...

References: Python Pandas API: https://pandas.pydata.org/docs/refere...

Seaborn heatmap function: This function plots tabular data as a color-encoded matrix.
https://seaborn.pydata.org/generated/...

Pandas cut function: This function is used to convert a continuous variable to a categorical variable
https://pandas.pydata.org/docs/refere...

Pandas crosstab function: Computes a frequency table of the factors
https://pandas.pydata.org/docs/refere...

Комментарии

Информация по комментариям в разработке