COUNT(row) code example
Example 1: pandas df row count
df = pd.DataFrame({"Letters": ["a", "b", "c"], "Numbers": [1, 2, 3]})
index = df.index
number_of_rows = len(index)
Example 2: how to count row
Row number always starts with 1
My last rowNumber is my row count
When I move my cursor to the last location to get rowCount