Python mencari berapa banyak baris di dataaframe

df.info()
df.shape
print(df.shape)
Embarrassed Elk