使用df.empty即可。

if df.empty:
    print("df is empty")