dataframe.corr()['workingday'][['casual', 'registered']]
dataframe.corr()[['cnt', 'casual', 'registered']]