What statistical method should i use to find Correlation between number of days and AmountEarned
I am new to Data Science and I have a python data frame with Number of days, CountofJobs, and AmountEarned what statistical method should I use to find a correlation between Days and AmountEarned.
NumberofDays CountofJobs AmountEarned
20 3 50000
22 18 10000
35 10 80000