Insights betwwen two columns/variables in Dataframe
I have data in two columns one is range of old credit score (Input score range) and new credit score (cvsc100). How do i find insights from both of them ? where the old is range of values and other column is not(CVSC100)
I know how to calculate Pearson Correlation in Python of Dataframe of two column . but that should not be sufficient i believe. How should i proceed can you please advise
Topic data-analysis descriptive-statistics python data-mining machine-learning
Category Data Science