Computer Science, asked by khadeeja1656, 10 months ago

Correlation between categorical variables and continuous variables python

Answers

Answered by ann10096xx
0

Explanation:

This can be done by measuring thecorrelation between two variables. In Python, Pandas provides a function, dataframe.corr() , to find the correlation between numericvariables only. In this article, we will see howto find the correlation between categoricaland continuous variables

Similar questions