Python recherche combien de lignes dans dataframe

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