import pandas as pd from numpy import dtype df = pd.read_csv('Nowcoder.csv',dtype=object) print(df.isna().any())