how to get row number in dataframe python code example Example: python- number of row in a dataframe index = df.index number_of_rows = len(index)