numpy busday_count为Days的差异给出TypeError:dtype('<m8 [us]')to =“” dtype('<m8 [d]')=“”依据=“” to =“” the =“”规则=“ “'safe'” =“ =”

时间:2018-11-15 20:21:47

标签: python-3.x pandas numpy

=“”

我正在尝试计算两个日期之间的天数,但出现错误

< / p>

fun someFunction() { val jsonObject: JSONObject? = runBlocking { callGetSomething() } // do something with jsonObject } suspend fun callGetSomething(): JSONObject? = suspendCoroutine { Something().getSomethingFromBackend { response, error -> it.resume(response) } }

REASSIGN_DATE列的几行中有空白值,我正在使用另一个名为SETUP_DATE的列进行填充,以删除和空白值并填充日期。

然后我正尝试使用以下代码计算这两天之间的天数。

TypeError: ("Iterator operand 0 dtype could not be cast from dtype('<M8[us]') to dtype('<M8[D]') according to the rule 'safe'", 'occurred at index 0')

我得到了错误。

我什至尝试添加astype('datetime64 [D]'),但是我收到错误astype('datetime64 [ns]')无法转换为astype('datetime64 [D]')。

如何避免此错误。

关于, 仁。

0 个答案:

没有答案