I am trying to implement linear regression on my weather data with maximum temperature and pressure as features. I plotted them individually against time(time vs temperature and time vs pressure) and the plots seems fine however when I plot temperature against pressure (see the images attached) the plot is a closed loop of scatter point which worries me as I can't have a regression line in such a plot. moreover, the Pearson correlation value for max-Temperature and Pressure is 0.732.
I was wondering if I should plot time vs temperature vs pressure 3d plot and apply regression on that.would that help solving my problem? thanks.
https://drive.google.com/open?id=1HS23qzK3B9zVodYQOtJWZ10NeLQ6JTox
above is the link to data I'm using. It is in pickle format.


