コード例 #1
0
ファイル: nanops.py プロジェクト: zhuliang1989/pandas
def _na_ok_dtype(dtype):
    return not is_int_or_datetime_dtype(dtype)
コード例 #2
0
ファイル: nanops.py プロジェクト: andrewkittredge/pandas
def _na_ok_dtype(dtype):
    return not is_int_or_datetime_dtype(dtype)