import pandas as pd csv_data = pd.read_csv("https://storage.googleapis.com/dqlab-dataset/shopping_data.csv") print(csv_data.isnull().values.any())