TypeError:输入类型不支持ufunc'isfinite'

时间:2020-06-10 13:01:58

标签: python error-handling typeerror analytics visualization

TypeError: ufunc 'isfinite' not supported for the input types, and the inputs could not be safely coerced to any supported types according to the casting rule ''safe''

我正在绘制体育(足球)热图。在尝试使用事件数据打开csv文件后,我将编码更改为utf-16并成功打开了该文件。现在,当我在最后绘制热图时,会出现此错误。我没有得到显示玩家热图的红色音调,而是得到了一个空白的白色音调。

I should get this red type pitch but I only get the white empty pitch

1 个答案:

答案 0 :(得分:0)

我解决了这个谢谢。我不得不将x'y坐标的数据类型从字符串更改为float。