用于查找两个数据帧之间相关性的 R2 值

发布于 2025-01-12 02:10:38 字数 654 浏览 1 评论 0原文

是否可以找到两个不同数据集的 Rsqaured 值以找到相关性?

例如,我有两个数据帧,如下所示

DataFrame 1

    Date      humidity  Average windspeed   sunshine    avg cloud
0   2016-01-01  93.714     2.855              1.622      5.925
1   2016-01-02  89.423     5.762              0.237      6.879
2   2016-01-03  87.281     6.138              0.978      6.308

DataFrame 2

        Date   Wind ene  wind offshore  Photovoltaic
0   2016-01-01  93.714      2.855             1.622      
1   2016-01-02  89.423      5.762             0.237     
2   2016-01-03  87.281      6.138             0.978   

如何找到这两个数据帧之间的相关性?

Is it possible to find a Rsqaured value of two different dataset in order to find correlation?

For example, I have two dataframes as below

DataFrame 1

    Date      humidity  Average windspeed   sunshine    avg cloud
0   2016-01-01  93.714     2.855              1.622      5.925
1   2016-01-02  89.423     5.762              0.237      6.879
2   2016-01-03  87.281     6.138              0.978      6.308

DataFrame 2

        Date   Wind ene  wind offshore  Photovoltaic
0   2016-01-01  93.714      2.855             1.622      
1   2016-01-02  89.423      5.762             0.237     
2   2016-01-03  87.281      6.138             0.978   

How would I find a correlation between these two dataframes?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

王权女流氓 2025-01-19 02:10:38

您能解释一下您的目标吗?根据我的理解,寻找这两个数据帧之间的相关性没有多大意义。我建议您找到湿度和风速之间的相关性,或者如果第一个数据帧中的风速为,则调查海上和陆上风速的情况来自陆上。

Could you please explain your goal? In my understanding, it makes less sense to find correlation between these two data frames.I would suggest you to find correlation between humidty and wind speed or investigate how the offshore and onshore wind speed look like if the wind speed in your first data frame is from onshore.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文