nrows

View.nrows(force=False)[source]

Returns the number of rows in the current instance.

Args:
force (bool, optional):

If the number of rows is unknown, do you want to force the engine to calculate it anyway? This is a relatively expensive operation, therefore you might not necessarily want this.