bigframes.enums.DefaultIndexKind.SEQUENTIAL_INT64#

DefaultIndexKind.SEQUENTIAL_INT64 = 1#

Use consecutive integers as the index. This is 0, 1, 2, …, n - 3, n - 2, n - 1, where n is the number of items in the index.