私は初めてで、またはのNumPy
ようないくつかの単純な統計を計算しようとしています。median
stddev
私が調査したい「列」の1つは、時差(そのタイプはtimedelta64
NumPy
タイプである)ですが、これらの統計ufuncs
を直接適用することはできません。
----> 1 age_request.std()
TypeError: ufunc 'divide' not supported for the input types, and the inputs could not be
safely coerced to any supported types according to the casting rule 'safe'
なぜこうなった?
調べてみる必要があることはわかっていますがPandas
、まずはに慣れたいと思いNumPy
ます。