I am new to pandas and new to python in general. I have been tasked with matching some products from our database. I was following a step-by-step process written here.
But I got stuck on a instruction that says correlate the dataframe. I am getting NaN
values here. The 1st two pictures are the same dataframe I want to operate corr
on. Third one is the result. Can I get some guidance here, please?
datafreame_pic1
:
datafreame_pic2
:
result_of_df.corr()
: