
[英]How to return historical probability of rain given location and date
我使用雨作为工具变量,所以我需要将给定位置和时间的雨历史概率拉到每一行。 更喜欢 python,因为我在 python 上清理了大部分数据。 县 State 日期雨富尔顿 SC 2019-1-1 ? 查塔姆遗传算法 2017-9-3 ? 可能正在寻找一些 python 库和代码来查找日期并创建 ...
[英]How to return historical probability of rain given location and date
我使用雨作为工具变量,所以我需要将给定位置和时间的雨历史概率拉到每一行。 更喜欢 python,因为我在 python 上清理了大部分数据。 县 State 日期雨富尔顿 SC 2019-1-1 ? 查塔姆遗传算法 2017-9-3 ? 可能正在寻找一些 python 库和代码来查找日期并创建 ...
[英]How to get temperature measure given location and time values in a dataframe?
我有一个 pandas dataframe 由地理位置和过去的时间组成。 我想将这些位置和时间的温度添加到Python中的气象统计库的新列中。 图书馆有“点”class。对于单个位置,它的工作方式如下:location = Point(40.416775, -3.703790, 660) 您现在 ...